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
@ -235,3 +235,12 @@ devices:
|
|||||||
files:
|
files:
|
||||||
header: "oid.h"
|
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