diff --git a/device/config.yaml b/device/config.yaml index c46a4a3..e240946 100644 --- a/device/config.yaml +++ b/device/config.yaml @@ -234,4 +234,13 @@ devices: thread_signals: [] files: header: "oid.h" - source: "oid.c" \ No newline at end of file + source: "oid.c" + lcd_driver: + name: "lcd显示屏" + description: "lcd驱动(SPI)" + dependencies: + bsp: ["gpio", "spi"] + thread_signals: [] + files: + header: "lcd.h" + source: "lcd.c" \ No newline at end of file