Completely useless "about" screen

Paved road for talking Xylos RX and logger
Added test button for Xylos TX
Fixed jammer crashing after loading second time
This commit is contained in:
furrtek
2016-01-30 00:28:05 +01:00
parent 1e71a10346
commit 107c212d88
64 changed files with 3599 additions and 56 deletions
+2 -2
View File
@@ -54,13 +54,13 @@ private:
bool _lowercase = false;
static constexpr size_t button_w = 240 / 5;
static constexpr size_t button_h = 28;
char txtinput[9];
char txtinput[21];
void set_lowercase();
void set_uppercase();
Text text_input {
{ 88, 0, 240, 16 }
{ 8, 0, 200, 16 }
};
std::array<Button, 40> buttons;