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


##########
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:
   Sure, I am testing it right now.
   But so far `lvgldemo widgets` is failing to run:
   ```
   nsh> lvgldemo widgets
   [LVGL] [Warn]   (5.340, +5340)   lv_demo_widgets: LV_FONT_MONTSERRAT_18 is 
not enabled for the widgets demo. Using LV_FONT_DEFAULT instead.     (in 
lv_demo_widgets.c line #138)
   [LVGL] [Warn]   (5.340, +0)      lv_demo_widgets: LV_FONT_MONTSERRAT_12 is 
not enabled for the widgets demo. Using LV_FONT_DEFAULT instead.     (in 
lv_demo_widgets.c line #143)
   [LVGL] [Error]  (5.860, +520)    lcddev_update_thread: 
ioctl(LCDDEVIO_PUTAREA) failed: 22       (in lv_port_lcddev.c line #104)
   ```



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

Reply via email to