uc1701: Add support for SSD1306 displays
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -863,11 +863,12 @@
|
||||
# Support for a display attached to the micro-controller.
|
||||
#[display]
|
||||
#lcd_type:
|
||||
# The type of LCD chip in use. This may be "hd44780" (which is
|
||||
# used in "RepRapDiscount 2004 Smart Controller" type displays),
|
||||
# "st7920" (which is used in "RepRapDiscount 12864 Full Graphic
|
||||
# Smart Controller" type displays) or "uc1701" (which is used in
|
||||
# "MKS Mini 12864" type displays). This parameter must be provided.
|
||||
# The type of LCD chip in use. This may be "hd44780" (which is used
|
||||
# in "RepRapDiscount 2004 Smart Controller" type displays), "st7920"
|
||||
# (which is used in "RepRapDiscount 12864 Full Graphic Smart
|
||||
# Controller" type displays), "uc1701" (which is used in "MKS Mini
|
||||
# 12864" type displays), or "ssd1306". This parameter must be
|
||||
# provided.
|
||||
#rs_pin:
|
||||
#e_pin:
|
||||
#d4_pin:
|
||||
@@ -885,6 +886,10 @@
|
||||
#a0_pin
|
||||
# The pins connected to an uc1701 type lcd. These parameters must be
|
||||
# provided when using an uc1701 display.
|
||||
#cs_pin:
|
||||
#dc_pin
|
||||
# The pins connected to an ssd1306 type lcd. These parameters must
|
||||
# be provided when using an ssd1306 display.
|
||||
#menu_root:
|
||||
# Entry point for menu, root menu container name. If this parameter
|
||||
# is not provided then default menu root is used. When provided
|
||||
|
||||
Reference in New Issue
Block a user