rt-thread/bsp/raspberry-pico/applications/lvgl
Rbb666 8a8a4d5f1c add Raspberry-Pico-LVGL README.md 2022-03-14 16:31:38 +08:00
..
img_en add Raspberry-Pico-LVGL README.md 2022-03-14 16:31:38 +08:00
README.md add Raspberry-Pico-LVGL README.md 2022-03-14 16:31:38 +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

Get Raspberry Pi PICO Running on RT-Thread RTOS with an Opensource Light Versatile Graphics Library

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:

Add LVGL Software Package

  • Double-click RT-Thread Settings to enter the configuration page.

  • Click Add it now

  • Choose the packages of LVGL and lv_music_demo

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