Added utilities > Frequency manager + load/save

This commit is contained in:
furrtek 2016-12-26 01:31:38 +01:00
parent ad2a4b6743
commit 7df5987b3b
21 changed files with 526 additions and 219 deletions

View file

@ -142,7 +142,7 @@ void HandWriteView::clear_zone(const Color color, const bool flash) {
color
);
if (flash) {
flash_timer = 4;
flash_timer = 8;
} else {
// Draw grid
_painter->draw_rectangle(
@ -239,7 +239,7 @@ void HandWriteView::guess_letter() {
}
} else {
// Short tap is space
txtinput[txtidx++] = ' ';
char_add(' ');
clear_zone(Color::green(), true); // Green flash
}
update_text();