gustavonihei commented on code in PR #1341: URL: https://github.com/apache/incubator-nuttx-apps/pull/1341#discussion_r991568049
########## graphics/lvgl/Kconfig: ########## @@ -13,481 +13,220 @@ if GRAPHICS_LVGL config LVGL_VERSION string "LVGL Version" - default "7.3.0" + default "8.3.3" -config LV_MEM_SIZE - int "Heap size of the graphics library" - default 32768 - ---help--- - The size of a memory pool where the grapohisc library - dynamically allocates data +source "$APPSDIR/graphics/lvgl/lv_conf/Kconfig" -config LV_USE_USER_DATA - bool "Use user data in driver and objects" +config LV_PORT_USE_LCDDEV + bool "Enabel LCD device port" Review Comment: ```suggestion bool "Enable LCD device port" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org