fix rak4631_epaper PIN_EINK_EN

revert https://github.com/meshtastic/firmware/commit/088ab106dd60b3444b4aa955c0cb9289566dc424
This commit is contained in:
Andre K
2023-03-12 19:29:12 +01:00
committed by Thomas Göttgens
co-authored by Thomas Göttgens
parent 6d443d2c67
commit 634251834f
+1 -1
View File
@@ -126,7 +126,7 @@ static const uint8_t SCK = PIN_SPI_SCK;
* eink display pins
*/
#define PIN_EINK_EN (32 + 2) // (0 + 2) Note: this is really just backlight power
#define PIN_EINK_EN (0 + 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)