Added POCSAG to ON7LDS layouts, Readme files update

Higher resolution POCSAG image for >320px
This commit is contained in:
root 2018-07-28 10:57:35 +02:00
parent f4718ebb9c
commit b69db45cb0
26 changed files with 15 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 659 KiB

View File

@ -616,7 +616,7 @@ void CNextion::writeNXDNInt(const char* source, bool group, unsigned int dest, c
if (m_mode != MODE_NXDN) {
sendCommand("page NXDN");
sendCommandAction(7U);
sendCommandAction(6U);
}
char text[30U];
@ -683,7 +683,7 @@ void CNextion::writePOCSAGInt(uint32_t ric, const std::string& message)
{
if (m_mode != MODE_POCSAG) {
sendCommand("page POCSAG");
sendCommandAction(6U);
sendCommandAction(7U);
}
char text[200U];

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -15,8 +15,8 @@ are activated.
0 = auto (future use, for now it's G4KLX layout)
1 = G4KLX layout
2 = ON7LDS layout (see README-L2)
3 = ON7LDS DIY layout (this README file)
4 = ON7LDS DIY layout High Speed (this README file)
3 = ON7LDS DIY layout (this README file)
4 = ON7LDS DIY layout High Speed (this README file)
screenLayout 3 and 4 are the same, but selecting 3, MMDVMHost will communicate
at 9600bps with the display and selecting 4 will set the baudrate to 115200.
@ -69,7 +69,7 @@ Check the NextionDriver program and the display layouts there to see
NOTE: it might be good to *not* remove fields from the display when you do not
need them, but make them small (i.e. 10 x 10 pixels) and put them aside:
Give them the same font color and background color as where you put them
Give them the same font colour and background colour as where you put them
OR
Put them behind some picture: put them on top of the picture, then select the
picture and click the 'Bring Top' button to put it on top of all those fields
@ -94,6 +94,7 @@ changed field.
4 : page YSF
5 : page P25
6 : page NXDN
7 : page POCSAG
11 : IDLE
12 : CW
@ -147,6 +148,9 @@ changed field.
124 : RSSI
125 : ber
132 : RIC
133 : message text
134 : waiting
Fields (and their numbers) on the pages, used by MMDVMHost
@ -154,7 +158,7 @@ Fields (and their numbers) on the pages, used by MMDVMHost
MMDVM
t0 : owner call & ID / errortext LOCKOUT
t1 : status / ERROR
t1 : status / ERROR
t2 : date & time
screenLayout >1 :
@ -211,3 +215,6 @@ t1 : dst
t2 : rssi
t3 : ber
POCSAG
t0 : waiting / RIC
t1 : message

View File

@ -16,8 +16,8 @@ Layout 2 is a no-nonsense layout. It is the original (G4KLX) layout with the Tal
Layout 3 (as is 4) is a layout without any predefined layout options (color, fonts). It sends the fields **and** information about what was sent to the display, so all layout processing can and should be done in the display itself.
More information about the layouts can be found in
* README-L2 for the screenLayout 2 setting
* README-L2 for the screenLayout 3 and 4 settings
* README-L2 for the screenLayout 2 setting (list of field names : see README-L3)
* README-L3 for the screenLayout 3 and 4 settings
When you want extra control over what has to be sent to the Nextion display, you could consider the program 'NextionDriver' at https://github.com/on7lds/NextionDriver as a companion to MMDVMHost.