We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bda47 commit 422a7d4Copy full SHA for 422a7d4
1 file changed
shared-module/displayio/__init__.c
@@ -50,7 +50,6 @@ void displayio_background(void) {
50
return;
51
}
52
53
- displayio_background_in_progress = true;
54
55
for (uint8_t i = 0; i < CIRCUITPY_DISPLAY_LIMIT; i++) {
56
if (displays[i].display.base.type == NULL || displays[i].display.base.type == &mp_type_NoneType) {
0 commit comments