Merge pull request #27 from blind/subblink
Flush screen buffer when sub cursor is black
This commit is contained in:
commit
8159a4ec16
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ static bool updateSubMenuCursor(const MenuPage *page, uint32_t timeNow)
|
|||
if (cursorNow == WHITE) {
|
||||
cursorNow = BLACK;
|
||||
clearSubValue();
|
||||
return true;
|
||||
} else {
|
||||
cursorNow = WHITE;
|
||||
return drawSubMenu(page);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue