mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-03 09:02:14 +00:00
Fixed LCR and Xylos transmitters
This commit is contained in:
@@ -44,6 +44,7 @@ public:
|
||||
void paint(Painter& painter) override;
|
||||
|
||||
private:
|
||||
uint8_t adri = 22;
|
||||
const char RGSB_list[37][5] = {
|
||||
"EAA0", "EAB0", "EAC0", "EAD0",
|
||||
"EbA0", "EbB0", "EbC0", "EbD0",
|
||||
@@ -70,9 +71,17 @@ private:
|
||||
};
|
||||
|
||||
Text text_recap {
|
||||
{ 32, 6, 192, 16 },
|
||||
{ 8, 6, 18 * 8, 16 },
|
||||
"-"
|
||||
};
|
||||
|
||||
NumberField adr_code {
|
||||
{ 220, 6 },
|
||||
2,
|
||||
{ 0, 36 },
|
||||
1,
|
||||
'0'
|
||||
};
|
||||
|
||||
Button button_setrgsb {
|
||||
{ 16, 24, 96, 32 },
|
||||
|
||||
Reference in New Issue
Block a user