Meco Man 15cd71bae6 [lvgl] adapt lvgl 8.3.0 2 年之前
..
demo 63f8811c89 优化 LVGL文件结构 3 年之前
img 0a27c43ac8 添加中文文档 3 年之前
img_en 0a27c43ac8 添加中文文档 3 年之前
README.md 59079fe91f update documentation (#5674) 3 年之前
README_zh.md 59079fe91f update documentation (#5674) 3 年之前
SConscript 63f8811c89 优化 LVGL文件结构 3 年之前
lv_conf.h 15cd71bae6 [lvgl] adapt lvgl 8.3.0 2 年之前
lv_port_disp.c 6953914ff5 规范格式 3 年之前
lv_port_indev.c c14dbe8a2e [lvgl] beautify code 3 年之前

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