[2.0.x] Fix problems compiling with Arduino IDE (#10441)
* Fix problems compiling u8glib utf8 support on Arduino * Change header in auto-generated font data * Change include in font gen scripts
This commit is contained in:
committed by
Scott Lahteine
parent
20772492aa
commit
744bcaee61
@@ -2,7 +2,7 @@
|
||||
/* This file is generated automatically, any changes to the file may be REPLACED by future processing. */
|
||||
/* Please turn to the tools call this script to change the contents! */
|
||||
|
||||
#include <clib/u8g.h>
|
||||
#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 = {
|
||||
|
||||
Reference in New Issue
Block a user