mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-26 08:16:02 -04:00
Added utilities > Frequency manager + load/save
This commit is contained in:
parent
ad2a4b6743
commit
7df5987b3b
21 changed files with 526 additions and 219 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue