Play dead actually works, fixed 7bit AFSK, AFSK repeat, started whistle mode

This commit is contained in:
furrtek 2015-09-10 20:36:39 +02:00
parent 07754727ed
commit 9a7657fb38
22 changed files with 447 additions and 128 deletions

View file

@ -55,11 +55,14 @@ public:
private:
uint8_t _max_len;
bool _lowercase;
bool _lowercase = false;
static constexpr size_t button_w = 240 / 5;
static constexpr size_t button_h = 28;
char txtinput[9];
void set_lowercase();
void set_uppercase();
Text text_input {
{ 88, 0, 240, 16 }
};
@ -68,7 +71,7 @@ private:
Button button_lowercase {
{ 88+64+16, 270, 32, 24 },
"LC"
"UC"
};
Button button_done {