mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-23 06:33:59 -06:00
uc1701: Add support for SSD1306 in i2c mode
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
043170265b
commit
e5150fe187
3 changed files with 165 additions and 61 deletions
|
@ -883,13 +883,13 @@
|
|||
# The pins connected to an st7920 type lcd. These parameters must be
|
||||
# provided when using an st7920 display.
|
||||
#cs_pin:
|
||||
#a0_pin
|
||||
#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.
|
||||
#dc_pin:
|
||||
# The pins connected to an ssd1306 type lcd when in "4-wire" spi
|
||||
# mode. The default is to use i2c mode for ssd1306 displays.
|
||||
#menu_root:
|
||||
# Entry point for menu, root menu container name. If this parameter
|
||||
# is not provided then default menu root is used. When provided
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue