Skip to content

Commit db51c38

Browse files
authored
Merge pull request #55 from Alnef/master
Fix contrast and display mode initialisation
2 parents 147cacc + 94c4800 commit db51c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lvgl_tft/ssd1306.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ void ssd1306_init(void)
126126
orientation_1,
127127
orientation_2,
128128
OLED_CMD_SET_CONTRAST,
129-
display_mode,
130129
0xFF,
130+
display_mode,
131131
OLED_CMD_DISPLAY_ON
132132
};
133133

0 commit comments

Comments
 (0)