Removed redundant send of page setting

This commit is contained in:
Mark Roberts 2020-09-22 13:41:25 -04:00
parent 5536e574db
commit 5a176c2c67
1 changed files with 0 additions and 1 deletions

View File

@ -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) {