OLED default I2C bus to I2C_DEVICE instead of I2CDEV_1
This commit is contained in:
parent
241fb1b289
commit
668ec578f7
|
@ -26,7 +26,7 @@
|
|||
#include "display_ug2864hsweg01.h"
|
||||
|
||||
#ifndef OLED_I2C_INSTANCE
|
||||
#define OLED_I2C_INSTANCE I2CDEV_1
|
||||
#define OLED_I2C_INSTANCE I2C_DEVICE
|
||||
#endif
|
||||
|
||||
#define INVERSE_CHAR_FORMAT 0x7f // 0b01111111
|
||||
|
|
Loading…
Reference in New Issue