Skip to content

Commit 863a8bc

Browse files
committed
Fix with PWM for brightness slowing devices down
1 parent 33a1006 commit 863a8bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shared-module/displayio/Display.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ void common_hal_displayio_display_set_auto_refresh(displayio_display_obj_t *self
399399
}
400400

401401
void displayio_display_background(displayio_display_obj_t *self) {
402-
common_hal_displayio_display_set_brightness(self, 1.0);
403402
if (self->auto_refresh && (supervisor_ticks_ms64() - self->core.last_refresh) > self->native_ms_per_frame) {
404403
_refresh_display(self);
405404
}

0 commit comments

Comments
 (0)