You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/10 18:58:30 UTC

[GitHub] [incubator-nuttx-apps] gustavonihei commented on a diff in pull request #1341: LVGL v8 upgrade

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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org