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 17:26:41 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7268: boards: adapt LVGL v8 defconfig

xiaoxiang781216 commented on code in PR #7268:
URL: https://github.com/apache/incubator-nuttx/pull/7268#discussion_r991510134


##########
boards/xtensa/esp32/esp32-wrover-kit/configs/lvgl/defconfig:
##########
@@ -42,7 +42,13 @@ CONFIG_LCD_DEV=y
 CONFIG_LCD_ILI9341=y
 CONFIG_LCD_ILI9341_IFACE0=y
 CONFIG_LV_COLOR_16_SWAP=y
-CONFIG_LV_DPI=125
+CONFIG_LV_MEM_CUSTOM=y
+CONFIG_LV_PORT_USE_LCDDEV=y
+CONFIG_LV_PORT_USE_TOUCHPAD=y

Review Comment:
   @gustavonihei could you verify the change work on ESP board? Since we can just very the change on stm32 and internal board.



-- 
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