Updated display definition
This commit is contained in:
parent
5da4036b05
commit
d512af9ef7
11
display.cfg
11
display.cfg
|
|
@ -5,9 +5,16 @@
|
||||||
[display]
|
[display]
|
||||||
lcd_type: ssd1306
|
lcd_type: ssd1306
|
||||||
i2c_bus: i2c1a
|
i2c_bus: i2c1a
|
||||||
contrast: 63
|
i2c_mcu = mcu
|
||||||
|
#contrast: 63
|
||||||
display_group: __voron_display
|
display_group: __voron_display
|
||||||
|
#x_offset: 2
|
||||||
|
# Use X offset to shift the display towards the right. Value can be 0 to 3
|
||||||
|
#vcomh: 0
|
||||||
|
# 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.
|
||||||
|
# Adjust this value if you get some vertical stripes on your display. (31 seems to be a good value)
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# Custom Glyph Definitions
|
# Custom Glyph Definitions
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue