1
0
Fork 0

Generate UNICODE and UNICODEMAP constants using macros

This commit is contained in:
Konstantin Đorđević 2019-02-11 23:21:41 +01:00
parent 2f07627a5d
commit ddb0f39ebf
4 changed files with 41 additions and 8 deletions

View file

@ -0,0 +1,7 @@
#include "unicode.h"
#ifdef UNICODEMAP_ENABLE
const uint32_t PROGMEM unicode_map[] = {
FOREACH_UNICODE(X_ENTRY)
};
#endif