Skip to content

Commit f8e4cca

Browse files
committed
Fix builds without displayio
1 parent f2a1972 commit f8e4cca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.c

+2
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,9 @@ bool run_code_py(safe_mode_t safe_mode) {
253253
}
254254

255255
bool serial_connected_before_animation = false;
256+
#if CIRCUITPY_DISPLAYIO
256257
bool refreshed_epaper_display = false;
258+
#endif
257259
rgb_status_animation_t animation;
258260
prep_rgb_status_animation(&result, found_main, safe_mode, &animation);
259261
while (true) {

0 commit comments

Comments
 (0)