mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-24 08:29:05 +00:00
More pretty icons, BW setting change in BHT TX
This commit is contained in:
@@ -197,11 +197,11 @@ private:
|
||||
};
|
||||
|
||||
Text text_freq {
|
||||
{ 6 * 8, 8 * 16, 10 * 8, 16 },
|
||||
{ 1 * 8, 8 * 16, 10 * 8, 16 },
|
||||
"Frequence:"
|
||||
};
|
||||
OptionsField options_freq {
|
||||
{ 17 * 8, 8 * 16},
|
||||
{ 12 * 8, 8 * 16},
|
||||
7,
|
||||
{
|
||||
{ "31.3250", 0 },
|
||||
@@ -214,6 +214,14 @@ private:
|
||||
}
|
||||
};
|
||||
|
||||
NumberField field_bw {
|
||||
{ 20 * 8, 8 * 16 },
|
||||
2,
|
||||
{ 0, 99 },
|
||||
1,
|
||||
' '
|
||||
};
|
||||
|
||||
Text text_relais {
|
||||
{ 8, 19 * 8, 13 * 8, 16 },
|
||||
"Etats relais:"
|
||||
|
||||
Reference in New Issue
Block a user