mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-13 18:19:33 +00:00
Checkboxes, more AFSK options
This commit is contained in:
@@ -43,7 +43,6 @@ public:
|
||||
void paint(Painter& painter) override;
|
||||
|
||||
private:
|
||||
//rf::Frequency f = 162950000;
|
||||
TransmitterModel& transmitter_model;
|
||||
|
||||
Text text_title {
|
||||
@@ -84,8 +83,21 @@ private:
|
||||
' '
|
||||
};
|
||||
|
||||
Checkbox checkbox_lsb {
|
||||
{ 8, 150 },
|
||||
"LSB first"
|
||||
};
|
||||
Checkbox checkbox_parity {
|
||||
{ 8, 180 },
|
||||
"Even parity"
|
||||
};
|
||||
Checkbox checkbox_datasize {
|
||||
{ 8, 210 },
|
||||
"8 bits"
|
||||
};
|
||||
|
||||
Button button_done {
|
||||
{ 72, 200, 96, 48 },
|
||||
{ 72, 250, 96, 48 },
|
||||
"Save"
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user