mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Added POCSAG to ON7LDS layouts, Readme files update
Higher resolution POCSAG image for >320px
This commit is contained in:
parent
f4718ebb9c
commit
b69db45cb0
26 changed files with 15 additions and 8 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue