remove screen pinning for pico targets

This commit is contained in:
Thomas Göttgens 2024-05-18 10:22:07 +02:00
parent a2284e3d52
commit b161649989
2 changed files with 0 additions and 4 deletions

View File

@ -4,8 +4,6 @@
#define ARDUINO_ARCH_AVR #define ARDUINO_ARCH_AVR
#define USE_SH1106 1
// default I2C pins: // default I2C pins:
// SDA = 4 // SDA = 4
// SCL = 5 // SCL = 5

View File

@ -8,8 +8,6 @@
#define HAS_WIFI 1 #define HAS_WIFI 1
#endif #endif
#define USE_SH1106 1
// default I2C pins: // default I2C pins:
// SDA = 4 // SDA = 4
// SCL = 5 // SCL = 5