Add automatic flush for the LCD screen
This commit is contained in:
parent
995002fa91
commit
3eb8785e87
5 changed files with 5 additions and 9 deletions
|
@ -313,6 +313,10 @@ static DECLARE_THREAD_FUNCTION(visualizerThread, arg) {
|
|||
gdispGFlush(LED_DISPLAY);
|
||||
#endif
|
||||
|
||||
#ifdef LCD_ENABLE
|
||||
gdispGFlush(LCD_DISPLAY);
|
||||
#endif
|
||||
|
||||
#ifdef EMULATOR
|
||||
draw_emulator();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue