Skip to content

Commit 09a1f06

Browse files
author
Melissa LeBlanc-Williams
committed
Added small delay inside toggle for edge cases
1 parent d9de1b9 commit 09a1f06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shared-module/displayio/Display.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ void common_hal_displayio_display_construct(displayio_display_obj_t* self,
8585
uint8_t *data = cmd + 2;
8686
if (self->init_cs_toggle && self->set_cs != NULL) {
8787
self->set_cs(self->bus, true);
88+
common_hal_time_delay_ms(1);
8889
self->set_cs(self->bus, false);
8990
}
9091
self->send(self->bus, true, cmd, 1);

0 commit comments

Comments
 (0)