OLED: switch I2C clock to fast mode

This commit is contained in:
King Kévin 2018-02-06 12:31:30 +01:00
parent 6111f30f4e
commit 36569fd7ef
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
bool oled_ssd1306_setup(void)
{
i2c_master_setup(false);
i2c_master_setup(true);
const uint8_t oled_init[] = {
0x00, // control byte: continuous (multiple byes), command
0xae, // Set Display ON/OFF: OFF