diff --git a/lv_conf.h b/lv_conf.h index 49b7ae4..c8d590f 100644 --- a/lv_conf.h +++ b/lv_conf.h @@ -803,7 +803,7 @@ /*================== * THEMES *==================*/ -/* Documentation for themes can be found here: https://docs.lvgl.io/master/details/common-widget-features/styles/style.html#themes . */ +/* Documentation for themes can be found here: https://docs.lvgl.io/master/details/common-widget-features/styles/styles.html#themes . */ /** A simple, impressive and very complete theme */ #define LV_USE_THEME_DEFAULT 1 @@ -1164,8 +1164,12 @@ /** Enable loading XML UIs runtime */ #define LV_USE_XML 0 +/** 1: Enable text translation support */ +#define LV_USE_TRANSLATION 0 + /*1: Enable color filter style*/ #define LV_USE_COLOR_FILTER 0 + /*================== * DEVICES *==================*/ @@ -1339,10 +1343,10 @@ #if LV_BUILD_DEMOS /** Show some widgets. This might be required to increase `LV_MEM_SIZE`. */ #define LV_USE_DEMO_WIDGETS 1 - + /** Demonstrate usage of encoder and keyboard. */ #define LV_USE_DEMO_KEYPAD_AND_ENCODER 1 - + /** Benchmark your system */ #define LV_USE_DEMO_BENCHMARK 1 @@ -1354,10 +1358,10 @@ /** Render test for each primitive. * - Requires at least 480x272 display. */ #define LV_USE_DEMO_RENDER 1 - + /** Stress test for LVGL */ #define LV_USE_DEMO_STRESS 1 - + /** Music player demo */ #define LV_USE_DEMO_MUSIC 1 #if LV_USE_DEMO_MUSIC @@ -1367,38 +1371,38 @@ #define LV_DEMO_MUSIC_LARGE 0 #define LV_DEMO_MUSIC_AUTO_PLAY 0 #endif - + /** Vector graphic demo */ #define LV_USE_DEMO_VECTOR_GRAPHIC 0 - + /*--------------------------- * Demos from lvgl/lv_demos ---------------------------*/ - + /** Flex layout demo */ #define LV_USE_DEMO_FLEX_LAYOUT 1 - + /** Smart-phone like multi-language demo */ #define LV_USE_DEMO_MULTILANG 1 - + /** Widget transformation demo */ #define LV_USE_DEMO_TRANSFORM 1 - + /** Demonstrate scroll settings */ #define LV_USE_DEMO_SCROLL 1 - + /*E-bike demo with Lottie animations (if LV_USE_LOTTIE is enabled)*/ #define LV_USE_DEMO_EBIKE 0 #if LV_USE_DEMO_EBIKE #define LV_DEMO_EBIKE_PORTRAIT 0 /*0: for 480x270..480x320, 1: for 480x800..720x1280*/ #endif - + /** High-resolution demo */ #define LV_USE_DEMO_HIGH_RES 0 - + /* Smart watch demo */ #define LV_USE_DEMO_SMARTWATCH 0 -#endif /* LV_BUILD_DEMOS */ +#endif /* LV_BUILD_DEMOS */ /*--END OF LV_CONF_H--*/ diff --git a/lvgl b/lvgl index a051ee4..4ef938f 160000 --- a/lvgl +++ b/lvgl @@ -1 +1 @@ -Subproject commit a051ee4e7971b8409e4f7d140bf45a165315773b +Subproject commit 4ef938fa6d8665681435e4e054ed0b829210d63a