also update other boards with those (#2691)

This commit is contained in:
Thomas Göttgens
2023-08-07 23:22:17 +00:00
committed by GitHub
co-authored by GitHub
parent d25c368985
commit 4808a5c57f
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
#define LED_PIN 18 #define LED_PIN 18
// Enable bus for external periherals
#define I2C_SDA SDA
#define I2C_SCL SCL
#define USE_EINK #define USE_EINK
/* /*
* eink display pins * eink display pins
+2 -2
View File
@@ -1,5 +1,5 @@
#define I2C_SCL 47 #define I2C_SCL SCL
#define I2C_SDA 48 #define I2C_SDA SDA
#define LED_PIN LED #define LED_PIN LED