Move font data to a subfolder

This commit is contained in:
Scott Lahteine
2018-10-24 03:38:13 -05:00
parent 774a6e8199
commit 8055ed24ff
34 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
/**
* Generated automatically by buildroot/share/fonts/uxggenpages.sh
* Contents will be REPLACED by future processing!
* Use genallfont.sh to generate font data for updated languages.
*/
#include <U8glib.h>
#define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data}
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {};