display: Revert "display: Add ST7567 display support (#1540)"

This reverts commit 1b92af6078.

The standard "uc1701" lcd_type can now be used in place of the custom
"st7567" lcd_type.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-12-18 12:23:09 -05:00
parent 7532e4ccea
commit 0a86190bae
4 changed files with 9 additions and 44 deletions

View File

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