|
@@ -3,12 +3,10 @@
|
|
|
|
|
|
|
|
#pragma once
|
|
#pragma once
|
|
|
|
|
|
|
|
-#include "config_common.h"
|
|
|
|
|
-
|
|
|
|
|
#ifdef OLED_ENABLE
|
|
#ifdef OLED_ENABLE
|
|
|
#define I2C1_SCL_PIN GP27
|
|
#define I2C1_SCL_PIN GP27
|
|
|
#define I2C1_SDA_PIN GP26
|
|
#define I2C1_SDA_PIN GP26
|
|
|
-#define I2C_DRIVER I2CD2
|
|
|
|
|
|
|
+#define I2C_DRIVER I2CD1
|
|
|
#define OLED_DISPLAY_128X32
|
|
#define OLED_DISPLAY_128X32
|
|
|
#define OLED_BRIGHTNESS 128
|
|
#define OLED_BRIGHTNESS 128
|
|
|
#endif
|
|
#endif
|