mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
boards/xtensa/esp32s2-kaluga-1: Add support for LCD displays
This commit is contained in:
committed by
Xiang Xiao
parent
506b57eebf
commit
7f32b7973b
@@ -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
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user