diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-04-13 12:03:56 -0400 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-04-13 12:03:56 -0400 |
| commit | 6227e63cc5e6b84d509d94262006bbf297353e56 (patch) | |
| tree | 5315cfef21979af616fa285fdcb67198344ce505 /shared-module | |
| parent | 5ac38c95cc914c69e56a0f646131b34826b6f59a (diff) | |
| parent | 76f3aa47665ba8d8ae59aacf3b7d28d54af682c7 (diff) | |
Merge remote-tracking branch 'upstream/master' into stm32x7-setup
Diffstat (limited to 'shared-module')
| -rw-r--r-- | shared-module/displayio/Display.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-module/displayio/Display.c b/shared-module/displayio/Display.c index 820fbcce6..2edded927 100644 --- a/shared-module/displayio/Display.c +++ b/shared-module/displayio/Display.c @@ -69,6 +69,7 @@ void common_hal_displayio_display_construct(displayio_display_obj_t* self, self->auto_brightness = auto_brightness; self->first_manual_refresh = !auto_refresh; self->data_as_commands = data_as_commands; + self->backlight_on_high = backlight_on_high; self->native_frames_per_second = native_frames_per_second; self->native_ms_per_frame = 1000 / native_frames_per_second; |
