rt-thread/bsp/raspberry-pico/applications/lvgl
Man, Jianting (Meco) 59079fe91f
update documentation (#5674)
2022-03-14 21:18:14 +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 规范格式 2022-01-13 09:38:20 +08:00
lv_conf.h Add lvgl_8.1.0 support for raspberry_pi pico 2022-01-12 18:56:37 +08:00
lv_demo.c Add lvgl_8.1.0 support for raspberry_pi pico 2022-01-12 18:56:37 +08:00
lv_port_disp.c 规范格式 2022-01-13 09:38:20 +08:00
lv_port_disp.h Add lvgl_8.1.0 support for raspberry_pi pico 2022-01-12 18:56:37 +08:00
lv_port_indev.c Add lvgl_8.1.0 support for raspberry_pi pico 2022-01-12 18:56:37 +08:00
lv_port_indev.h Add lvgl_8.1.0 support for raspberry_pi pico 2022-01-12 18:56:37 +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