rt-thread-official/bsp/raspberry-pico/applications/lvgl
Meco Man 15cd71bae6 [lvgl] adapt lvgl 8.3.0 2022-07-07 16:55:25 +08:00
..
demo 优化 LVGL文件结构 2022-05-13 15:39:07 +08:00
img 添加中文文档 2022-03-14 18:07:32 +08:00
img_en 添加中文文档 2022-03-14 18:07:32 +08:00
README.md update documentation (#5674) 2022-03-14 21:18:14 +08:00
README_zh.md update documentation (#5674) 2022-03-14 21:18:14 +08:00
SConscript 优化 LVGL文件结构 2022-05-13 15:39:07 +08:00
lv_conf.h [lvgl] adapt lvgl 8.3.0 2022-07-07 16:55:25 +08:00
lv_port_disp.c 规范格式 2022-01-13 09:38:20 +08:00
lv_port_indev.c [lvgl] beautify code 2022-05-10 10:12:45 +08:00

README.md

How to Run LVGL on Raspberry Pi PICO

中文页 |

Hardware:

  • Raspberry Pi PICO

  • TFT-SPI ST7789

    • Single chip TFT-LCD Controller/Driver with On-chip Frame Memory (FM)

    • Display Resolution: 240*RGB (H) *320(V)

    • Frame Memory Size: 240 x 320 x 18-bit = 1,382,400 bits

    • LCD Driver Output Circuits

      - Source Outputs: 240 RGB Channels

      - Gate Outputs: 320 Channels

      - Common Electrode Output

Software:

Enable LVGL for LCD

Configure Screen Parameter

Select the screen size according to your project requirements (This tutorial is using ST7789).

LVGL Display Interface Adopting

7

Presentation