Merge pull request #268 from Octoate/master
Fixed invalid OLED pin mapping for TTGO v1
This commit is contained in:
commit
1f6aba3175
@ -17,8 +17,8 @@
|
|||||||
#define HAS_BUTTON KEY_BUILTIN
|
#define HAS_BUTTON KEY_BUILTIN
|
||||||
|
|
||||||
// Pins for I2C interface of OLED Display
|
// Pins for I2C interface of OLED Display
|
||||||
#define MY_OLED_SDA (15)
|
#define MY_OLED_SDA (4)
|
||||||
#define MY_OLED_SCL (4)
|
#define MY_OLED_SCL (15)
|
||||||
#define MY_OLED_RST (16)
|
#define MY_OLED_RST (16)
|
||||||
|
|
||||||
// Pins for LORA chip SPI interface come from board file, we need some
|
// Pins for LORA chip SPI interface come from board file, we need some
|
||||||
|
Loading…
Reference in New Issue
Block a user