forked from g4klx/MMDVM-Display
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMMDVM-Display.ini
More file actions
77 lines (66 loc) · 1.03 KB
/
Copy pathMMDVM-Display.ini
File metadata and controls
77 lines (66 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[General]
# Valid values are Dummy, HD44780, LCDproc, Nextion, OLED, TFTSurenoo
Display=Dummy
TemperatureInF=0
Daemon=0
[Log]
# Logging levels, 0=No logging
MQTTLevel=1
DisplayLevel=1
[MQTT]
Host=127.0.0.1
Port=1883
Keepalive=60
Auth=0
Username=mmdvm
Password=mmdvm
Name=display
HostMQTTName=host
InfoMQTTName=info
HostConfName=MMDVM-Host
[TFT Surenoo]
# Port=modem
Port=/dev/ttyAMA0
Brightness=50
ScreenLayout=0
[HD44780]
Rows=2
Columns=16
# For basic HD44780 displays (4-bit connection)
# rs, strb, d0, d1, d2, d3
Pins=11,10,0,1,2,3
# Device address for I2C
I2CAddress=0x20
# PWM backlight
PWM=0
PWMPin=21
PWMBright=100
PWMDim=16
DisplayClock=1
UTC=0
[Nextion]
# Port=modem
Port=/dev/ttyUSB0
# Speed is only used for physically attached screens
Speed=9600
Brightness=50
DisplayClock=1
UTC=0
# Screen Layout: 0=G4KLX 2=ON7LDS 3=ON7LDS DIY
ScreenLayout=2
IdleBrightness=20
[OLED]
Type=3
Brightness=0
Invert=0
Scroll=1
Rotate=0
Cast=0
LogoScreensaver=1
[LCDproc]
Address=localhost
Port=13666
#LocalPort=13667
DimOnIdle=0
DisplayClock=1
UTC=0