We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330e6e9 commit 41dceccCopy full SHA for 41dcecc
shared-module/epaperdisplay/EPaperDisplay.c
@@ -523,8 +523,8 @@ size_t maybe_refresh_epaperdisplay(void) {
523
display = &displays[i].epaper_display;
524
#endif
525
526
- if (display.base.type != &epaperdisplay_epaperdisplay_type ||
527
- display.core.current_group != &circuitpython_splash) {
+ if (display->base.type != &epaperdisplay_epaperdisplay_type ||
+ display->core.current_group != &circuitpython_splash) {
528
// Skip regular displays and those not showing the splash.
529
continue;
530
}
0 commit comments