mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-15 18:58:03 -06:00
display: Add ST7567 display support (#1540)
Signed-off-by: Dmitry Budaev <condemil@gmail.com>
This commit is contained in:
parent
c440c6b7aa
commit
1b92af6078
3 changed files with 44 additions and 4 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue