mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-11-12 16:26:05 +01:00
display: Add ST7567 display support (#1540)
Signed-off-by: Dmitry Budaev <condemil@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user