File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ source "$PKGS_DIR/packages/peripherals/Servo_sg90/Kconfig"
8383source "$PKGS_DIR/packages/peripherals/sean_ws2812b/Kconfig"
8484source "$PKGS_DIR/packages/peripherals/ic74hc165/Kconfig"
8585source "$PKGS_DIR/packages/peripherals/ist8310/Kconfig"
86+ source "$PKGS_DIR/packages/peripherals/ST7789_SPI/Kconfig"
8687
8788if RT_VER_NUM > 0x40101
8889source "$PKGS_DIR/packages/peripherals/spi-tools/Kconfig"
Original file line number Diff line number Diff line change 11{
22 "name" : " ST7789_SPI" ,
33 "description" : " ST7789 driver package for RT-Thread using SPI interface." ,
4- "description_zh" : " ST7789驱动软件包,使用SPI接口,支持RT-Thread 。" ,
4+ "description_zh" : " ST7789驱动软件包,使用SPI接口,支持显示字符、图片、图形等,适用于LVGL等图形界面 。" ,
55 "enable" : " PKG_USING_ST7789" ,
66 "keywords" : [
77 " ST7789"
You can’t perform that action at this time.
0 commit comments