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:
Matt Baker 2019-11-25 02:21:37 +00:00 committed by KevinOConnor
parent 43dfb3c9ad
commit 8d93d1a8ef
3 changed files with 14 additions and 8 deletions

View file

@ -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.