Lines Matching full:lvgl
8 config LVGL config
9 bool "LVGL support"
11 This option enables the LVGL graphics library.
13 if LVGL
60 bool "Link 'app' with LVGL"
63 Add LVGL header files to the 'app' include path. It may be
64 disabled if the include paths for LVGL are causing aliasing
68 bool "LVGL file system support"
95 bool "Flush LVGL frames in a separate thread"
97 Flush LVGL frames in a separate thread, while the primary thread
98 renders the next LVGL frame. Can be disabled if the performance
107 Stack size for LVGL flush thread, which will call display_write
110 int "LVGL flush thread priority"
113 Priority of LVGL flush thread.
134 bool "Initialize LVGL before application startup"
137 Configure LVGL callbacks and display initialization before the application starts.
143 int "Default init priority for LVGL"
147 Priority used for the automatic initialization of LVGL.
162 Use the Zephyr LVGL OSAL to enable parallel rendering