-
Notifications
You must be signed in to change notification settings - Fork 971
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove screen pinning for pico targets
- Loading branch information
Showing
2 changed files
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,6 @@ | |
|
||
#define ARDUINO_ARCH_AVR | ||
|
||
#define USE_SH1106 1 | ||
|
||
// default I2C pins: | ||
// SDA = 4 | ||
// SCL = 5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,6 @@ | |
#define HAS_WIFI 1 | ||
#endif | ||
|
||
#define USE_SH1106 1 | ||
|
||
// default I2C pins: | ||
// SDA = 4 | ||
// SCL = 5 | ||
|