gustavonihei commented on code in PR #7268: URL: https://github.com/apache/incubator-nuttx/pull/7268#discussion_r991573485
########## 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: With the patch from #7277, I managed to execute the Widgets demo on the ESP-WROVER-KIT development 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org