Merge pull request #1 from Alnef/Alnef-patch-ssd1306
Fix contrast and display mode initialisation
This commit is contained in:
commit
94c4800f66
|
@ -126,8 +126,8 @@ void ssd1306_init(void)
|
|||
orientation_1,
|
||||
orientation_2,
|
||||
OLED_CMD_SET_CONTRAST,
|
||||
display_mode,
|
||||
0xFF,
|
||||
display_mode,
|
||||
OLED_CMD_DISPLAY_ON
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue