Update shared-module/displayio/__init__.c
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
parent
1ccd2e234f
commit
6425a411ca
@ -398,7 +398,7 @@ primary_display_t *allocate_display_or_raise(void) {
|
||||
}
|
||||
primary_display_t *allocate_display_bus(void) {
|
||||
for (uint8_t i = 0; i < CIRCUITPY_DISPLAY_LIMIT; i++) {
|
||||
mp_const_obj_t display_type = displays[i].bus_base.type;
|
||||
mp_const_obj_t display_bus_type = displays[i].bus_base.type;
|
||||
if (display_type == NULL || display_type == &mp_type_NoneType) {
|
||||
return &displays[i];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user