Removed redundant send of page setting
This commit is contained in:
parent
5536e574db
commit
5a176c2c67
|
@ -302,7 +302,6 @@ void displayio_display_core_set_region_to_update(displayio_display_core_t* self,
|
|||
}
|
||||
self->send(self->bus, data_type, chip_select, data, data_length);
|
||||
|
||||
self->send(self->bus, data_type, chip_select, data, data_length);
|
||||
displayio_display_core_end_transaction(self);
|
||||
|
||||
if (set_current_row_command != NO_COMMAND) {
|
||||
|
|
Loading…
Reference in New Issue