display: Add ST7567 display support (#1540)

Signed-off-by: Dmitry Budaev <condemil@gmail.com>
This commit is contained in:
Dmitry 2019-04-16 03:07:29 +02:00 committed by KevinOConnor
parent c440c6b7aa
commit 1b92af6078
3 changed files with 44 additions and 4 deletions

View file

@ -11,7 +11,8 @@ import menu
LCD_chips = {
'st7920': st7920.ST7920, 'hd44780': hd44780.HD44780,
'uc1701' : uc1701.UC1701, 'ssd1306': uc1701.SSD1306,
'uc1701': uc1701.UC1701, 'ssd1306': uc1701.SSD1306,
'st7567': uc1701.ST7567,
}
M73_TIMEOUT = 5.