Use the duplex flag to indicate that a DVMega is being used.

This commit is contained in:
Jonathan Naylor 2016-05-05 17:08:23 +01:00
parent 925f29a982
commit dd5e86a66d
6 changed files with 12 additions and 29 deletions

View file

@ -86,7 +86,10 @@ Brightness=50
Rows=2
Columns=16
# rs, strb, d0, d1, d2, d3
# Pins=11,10,0,1,2,3
# For basic HD44780 displays
Pins=11,10,0,1,2,3
# For Adafruit i2c HD44780
# Pins=115,113,112,111,110,109
# PWM brightness control
PWM=1
@ -94,12 +97,6 @@ PWMPin=21
PWMBright=100
PWMDim=16
# Adafruit i2c HD44780
Pins=115,113,112,111,110,109
# Use redundant display real estate when connected to a DVMega
DVMegaDisplay=0
[Nextion]
Size=2.4
Port=/dev/ttyAMA0