Skip to content

Commit a54493b

Browse files
author
Melissa LeBlanc-Williams
committed
Added small delay inside toggle for edge cases
1 parent cc96c39 commit a54493b

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
@@ -86,6 +86,7 @@ void common_hal_displayio_display_construct(displayio_display_obj_t* self,
8686
uint8_t *data = cmd + 2;
8787
if (self->init_cs_toggle && self->set_cs != NULL) {
8888
self->set_cs(self->bus, true);
89+
common_hal_time_delay_ms(1);
8990
self->set_cs(self->bus, false);
9091
}
9192
self->send(self->bus, true, cmd, 1);

0 commit comments

Comments
 (0)