remove remaining top level displayio background check
This commit is contained in:
parent
d1bda47d94
commit
422a7d4013
|
@ -50,7 +50,6 @@ void displayio_background(void) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
displayio_background_in_progress = true;
|
|
||||||
|
|
||||||
for (uint8_t i = 0; i < CIRCUITPY_DISPLAY_LIMIT; i++) {
|
for (uint8_t i = 0; i < CIRCUITPY_DISPLAY_LIMIT; i++) {
|
||||||
if (displays[i].display.base.type == NULL || displays[i].display.base.type == &mp_type_NoneType) {
|
if (displays[i].display.base.type == NULL || displays[i].display.base.type == &mp_type_NoneType) {
|
||||||
|
|
Loading…
Reference in New Issue