We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d086de + 863a8bc commit 5a053f9Copy full SHA for 5a053f9
shared-module/displayio/Display.c
@@ -399,7 +399,6 @@ void common_hal_displayio_display_set_auto_refresh(displayio_display_obj_t *self
399
}
400
401
void displayio_display_background(displayio_display_obj_t *self) {
402
- common_hal_displayio_display_set_brightness(self, 1.0);
403
if (self->auto_refresh && (supervisor_ticks_ms64() - self->core.last_refresh) > self->native_ms_per_frame) {
404
_refresh_display(self);
405
0 commit comments