Skip to content

Commit f4be773

Browse files
committed
Merge branch 'lvgl:master' into master
2 parents 4ba7c76 + db51c38 commit f4be773

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)