uc1701: Add support for SSD1306 displays
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -11,7 +11,7 @@ import menu
|
||||
|
||||
LCD_chips = {
|
||||
'st7920': st7920.ST7920, 'hd44780': hd44780.HD44780,
|
||||
'uc1701' : uc1701.UC1701
|
||||
'uc1701' : uc1701.UC1701, 'ssd1306': uc1701.SSD1306,
|
||||
}
|
||||
M73_TIMEOUT = 5.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user