Skip to content

Commit 1782b59

Browse files
添加索引
1 parent ff7e35b commit 1782b59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

peripherals/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ source "$PKGS_DIR/packages/peripherals/Servo_sg90/Kconfig"
8383
source "$PKGS_DIR/packages/peripherals/sean_ws2812b/Kconfig"
8484
source "$PKGS_DIR/packages/peripherals/ic74hc165/Kconfig"
8585
source "$PKGS_DIR/packages/peripherals/ist8310/Kconfig"
86+
source "$PKGS_DIR/packages/peripherals/ST7789_SPI/Kconfig"
8687

8788
if RT_VER_NUM > 0x40101
8889
source "$PKGS_DIR/packages/peripherals/spi-tools/Kconfig"

peripherals/ST7789_SPI/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

0 commit comments

Comments
 (0)