Merge remote-tracking branch 'remotes/origin/master' into develop

This commit is contained in:
Thomas Göttgens
2022-12-18 14:07:20 +01:00
10 changed files with 38 additions and 31 deletions

View File

@@ -127,7 +127,7 @@ static const uint8_t SCK = PIN_SPI_SCK;
* eink display pins
*/
#define PIN_EINK_EN (0 + 2) // (0 + 2) Note: this is really just backlight power
#define PIN_EINK_EN (32 + 2) // (0 + 2) Note: this is really just backlight power
#define PIN_EINK_CS (0 + 26)
#define PIN_EINK_BUSY (0 + 4)
#define PIN_EINK_DC (0 + 17)