mirror of
https://github.com/goldenfishs/MRobot.git
synced 2025-12-17 13:29:54 +08:00
add-config-device-lcd
This commit is contained in:
parent
cbcc2ccffc
commit
1ce8bf293c
@ -234,4 +234,13 @@ devices:
|
||||
thread_signals: []
|
||||
files:
|
||||
header: "oid.h"
|
||||
source: "oid.c"
|
||||
source: "oid.c"
|
||||
lcd_driver:
|
||||
name: "lcd显示屏"
|
||||
description: "lcd驱动(SPI)"
|
||||
dependencies:
|
||||
bsp: ["gpio", "spi"]
|
||||
thread_signals: []
|
||||
files:
|
||||
header: "lcd.h"
|
||||
source: "lcd.c"
|
||||
Loading…
Reference in New Issue
Block a user