mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Use the duplex flag to indicate that a DVMega is being used.
This commit is contained in:
parent
925f29a982
commit
dd5e86a66d
6 changed files with 12 additions and 29 deletions
11
MMDVM.ini
11
MMDVM.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue