NUM_ARRAY => COUNT
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
*/
|
||||
#include <U8glib.h>
|
||||
|
||||
#define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data}
|
||||
#define FONTDATA_ITEM(page, begin, end, data) { page, begin, end, COUNT(data), data }
|
||||
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {};
|
||||
|
||||
Reference in New Issue
Block a user