用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guo XIn 291e661666 first commit 5 months ago
..
demo first commit 5 months ago
img first commit 5 months ago
img_en first commit 5 months ago
README.md first commit 5 months ago
README_zh.md first commit 5 months ago
SConscript first commit 5 months ago
lv_conf.h first commit 5 months ago
lv_port_disp.c first commit 5 months ago
lv_port_indev.c first commit 5 months 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