diff options
Diffstat (limited to 'visualizer.c')
| -rw-r--r-- | visualizer.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/visualizer.c b/visualizer.c index bbb00debc..607a64566 100644 --- a/visualizer.c +++ b/visualizer.c | |||
| @@ -413,6 +413,10 @@ static DECLARE_THREAD_FUNCTION(visualizerThread, arg) { | |||
| 413 | #ifdef LED_ENABLE | 413 | #ifdef LED_ENABLE |
| 414 | gdispGFlush(LED_DISPLAY); | 414 | gdispGFlush(LED_DISPLAY); |
| 415 | #endif | 415 | #endif |
| 416 | |||
| 417 | #if EMULATOR | ||
| 418 | draw_emulator(); | ||
| 419 | #endif | ||
| 416 | // The animation can enable the visualizer | 420 | // The animation can enable the visualizer |
| 417 | // And we might need to update the state when that happens | 421 | // And we might need to update the state when that happens |
| 418 | // so don't sleep | 422 | // so don't sleep |
