张康 ca3a5b016e 移除非 4.1.1 文件 3 years ago
..
demo 596468e4bc release rt-thread v4.1.1 3 years ago
img 27740d4d79 release rt-thread v4.1.0 3 years ago
img_en 27740d4d79 release rt-thread v4.1.0 3 years ago
README.md 27740d4d79 release rt-thread v4.1.0 3 years ago
README_zh.md 27740d4d79 release rt-thread v4.1.0 3 years ago
SConscript 596468e4bc release rt-thread v4.1.1 3 years ago
lv_conf.h 596468e4bc release rt-thread v4.1.1 3 years ago
lv_port_disp.c 27740d4d79 release rt-thread v4.1.0 3 years ago
lv_port_indev.c 596468e4bc release rt-thread v4.1.1 3 years ago

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