mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-18 20:28:10 -06:00
uc1701: Add x_offset (Used to add horizontal offset on SSD1306/SH1106 displays) (#3284)
Signed-off-by: RJ Patawaran <rjpatawaran@me.com>
This commit is contained in:
parent
1f5848fc1a
commit
c7ea4b89c9
2 changed files with 11 additions and 4 deletions
|
@ -1901,6 +1901,8 @@
|
|||
# Set the Vcomh value on SSD1306/SH1106 displays. This value is
|
||||
# associated with a "smearing" effect on some OLED displays.
|
||||
# The value may range from 0 to 63. Default is 0.
|
||||
#x_offset: 0
|
||||
# Set the horizontal offset value on SSD1306/SH1106 displays. Default is 0.
|
||||
#invert: FALSE
|
||||
# TRUE inverts the pixels on certain OLED (SSD1306/SH1106) displays
|
||||
# The default is FALSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue