add multi language support system + lv_label_set_text_multi

This commit is contained in:
Gabor Kiss-Vamosi
2019-01-16 09:57:07 +01:00
parent 6d449962ff
commit d0f42c26cc
5 changed files with 145 additions and 5 deletions

View File

@@ -121,6 +121,7 @@
#define USE_LV_GPU 1 /*1: Enable GPU interface*/
#define USE_LV_REAL_DRAW 1 /*1: Enable function which draw directly to the frame buffer instead of VDB (required if LV_VDB_SIZE = 0)*/
#define USE_LV_FILESYSTEM 1 /*1: Enable file system (might be required for images*/
#define USE_LV_MULTI_LANG 0 /* Number of languages for labels to store (0: to disable this feature)*/
/*Compiler settings*/
#define LV_ATTRIBUTE_TICK_INC /* Define a custom attribute to `lv_tick_inc` function */