mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-15 01:44:00 +00:00
fix pocsag tx char limit (#2303)
* fix pocsag tx display * set max to 40, and add 2nd line * up to 80 chars * max pocsag to 80 via serial too * fix amp override
This commit is contained in:
@@ -122,15 +122,18 @@ class POCSAGTXView : public View {
|
||||
}};
|
||||
|
||||
Text text_message{
|
||||
{0 * 8, 16 * 8, 16 * 8, 16},
|
||||
{0 * 8, 16 * 8, 30 * 8, 16},
|
||||
""};
|
||||
Text text_message_l2{
|
||||
{0 * 8, 18 * 8, 30 * 8, 16},
|
||||
""};
|
||||
|
||||
Button button_message{
|
||||
{0 * 8, 18 * 8, 14 * 8, 32},
|
||||
{0 * 8, 20 * 8, 14 * 8, 32},
|
||||
"Set message"};
|
||||
|
||||
ProgressBar progressbar{
|
||||
{16, 200, 208, 16}};
|
||||
{16, 210, 208, 16}};
|
||||
|
||||
TransmitterView tx_view{
|
||||
16 * 16,
|
||||
|
||||
Reference in New Issue
Block a user