From 1ce8bf293ca0b9a0bdd282e83f538020f1dc0ea1 Mon Sep 17 00:00:00 2001 From: yxming66 <2389287465@qq.com> Date: Wed, 10 Dec 2025 01:01:51 +0800 Subject: [PATCH] add-config-device-lcd --- device/config.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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