We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a1972 commit f8e4ccaCopy full SHA for f8e4cca
1 file changed
main.c
@@ -253,7 +253,9 @@ bool run_code_py(safe_mode_t safe_mode) {
253
}
254
255
bool serial_connected_before_animation = false;
256
+ #if CIRCUITPY_DISPLAYIO
257
bool refreshed_epaper_display = false;
258
+ #endif
259
rgb_status_animation_t animation;
260
prep_rgb_status_animation(&result, found_main, safe_mode, &animation);
261
while (true) {
0 commit comments