From 0a86190bae46a22a493f447075ab7713fd6ae9ed Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 18 Dec 2019 12:23:09 -0500 Subject: display: Revert "display: Add ST7567 display support (#1540)" This reverts commit 1b92af60784ea811a7ca04dfbce75224874cf84a. The standard "uc1701" lcd_type can now be used in place of the custom "st7567" lcd_type. Signed-off-by: Kevin O'Connor --- klippy/extras/display/display.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'klippy/extras/display/display.py') diff --git a/klippy/extras/display/display.py b/klippy/extras/display/display.py index 908c89ab..c1a02725 100644 --- a/klippy/extras/display/display.py +++ b/klippy/extras/display/display.py @@ -11,8 +11,7 @@ import menu LCD_chips = { 'st7920': st7920.ST7920, 'hd44780': hd44780.HD44780, - 'uc1701': uc1701.UC1701, 'ssd1306': uc1701.SSD1306, - 'st7567': uc1701.ST7567, 'sh1106': uc1701.SH1106, + 'uc1701': uc1701.UC1701, 'ssd1306': uc1701.SSD1306, 'sh1106': uc1701.SH1106, } M73_TIMEOUT = 5. -- cgit v1.2.3-70-g09d2