Fixed LCR and Xylos transmitters

This commit is contained in:
furrtek
2016-05-09 20:42:20 +02:00
parent d55a420dfd
commit d40016ffda
39 changed files with 1614 additions and 151 deletions

View File

@@ -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 },