8000 Merge pull request #2753 from tannewt/fix_clue_display · adafruit/circuitpython@b3b8b5c · GitHub
[go: up one dir, main page]

Skip to content

Commit b3b8b5c

Browse files
authored
Merge pull request #2753 from tannewt/fix_clue_display
Save backlight_on_high correctly.
2 parents 78c1448 + 4ee6754 commit b3b8b5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared-module/displayio/Display.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ void common_hal_displayio_display_construct(displayio_display_obj_t* self,
6969
self->auto_brightness = auto_brightness;
7070
self->first_manual_refresh = !auto_refresh;
7171
self->data_as_commands = data_as_commands;
72+
self->backlight_on_high = backlight_on_high;
7273

7374
self->native_frames_per_second = native_frames_per_second;
7475
self->native_ms_per_frame = 1000 / native_frames_per_second;

0 commit comments

Comments
 (0)
0