mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 23:24:01 -06:00
uc1701: add config option for sh1106 type with up to 132 columns.
Signed-off-by: Matt Baker <baker.matt.j@gmail.com>
This commit is contained in:
parent
43dfb3c9ad
commit
8d93d1a8ef
3 changed files with 14 additions and 8 deletions
|
@ -12,7 +12,7 @@ import menu
|
|||
LCD_chips = {
|
||||
'st7920': st7920.ST7920, 'hd44780': hd44780.HD44780,
|
||||
'uc1701': uc1701.UC1701, 'ssd1306': uc1701.SSD1306,
|
||||
'st7567': uc1701.ST7567,
|
||||
'st7567': uc1701.ST7567, 'sh1106': uc1701.SH1106,
|
||||
}
|
||||
M73_TIMEOUT = 5.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue