From f8e4ccac45fff441da135a55fb794c340939a403 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Wed, 21 Aug 2019 13:18:43 -0700 Subject: Fix builds without displayio --- main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.c b/main.c index 076674c44..6b56f5ff6 100755 --- a/main.c +++ b/main.c @@ -253,7 +253,9 @@ bool run_code_py(safe_mode_t safe_mode) { } bool serial_connected_before_animation = false; + #if CIRCUITPY_DISPLAYIO bool refreshed_epaper_display = false; + #endif rgb_status_animation_t animation; prep_rgb_status_animation(&result, found_main, safe_mode, &animation); while (true) { -- cgit v1.2.3