display: Add initial support for LCD screens attached to an MCU
Add support for displaying basic status information on ST7920 and HD44780 based LCDs that are attached directly to a micro-controller. Signed-off-by: Marcio Teixeira <marcio@alephobjects.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -108,3 +108,9 @@ pins:
|
||||
|
||||
[static_digital_output yellow_led]
|
||||
pins: !PB7
|
||||
|
||||
[display]
|
||||
lcd_type: st7920
|
||||
cs_pin: PG4
|
||||
sclk_pin: PJ2
|
||||
sid_pin: PG3
|
||||
|
||||
Reference in New Issue
Block a user