boards/xtensa/esp32s2-kaluga-1: Add support for LCD displays

This commit is contained in:
Lucas Saavedra Vaz
2023-04-25 17:03:31 -03:00
committed by Xiang Xiao
parent 506b57eebf
commit 7f32b7973b
10 changed files with 812 additions and 0 deletions
@@ -210,6 +210,30 @@ the ``buttons`` application and pressing on any of the available board buttons a
Sample = 64
Sample = 0
lvgl_ili9341
------------
This is a demonstration of the LVGL graphics library running on the NuttX LCD
driver with the ILI9341 display. You can find LVGL here::
https://www.lvgl.io/
https://github.com/lvgl/lvgl
This configuration uses the LVGL demonstration at `apps/examples/lvgldemo` and
can be executed by running the `lvgldemo` application.
lvgl_st7789
-----------
This is a demonstration of the LVGL graphics library running on the NuttX LCD
driver with the ST7799 display. You can find LVGL here::
https://www.lvgl.io/
https://github.com/lvgl/lvgl
This configuration uses the LVGL demonstration at `apps/examples/lvgldemo` and
can be executed by running the `lvgldemo` application.
nsh
---