remove PIN_EINK_EN from RAK4631 variants

This commit is contained in:
andrekir 2023-03-12 06:12:04 -03:00 committed by Thomas Göttgens
parent 634251834f
commit c9686d2f62
2 changed files with 0 additions and 2 deletions

View File

@ -126,7 +126,6 @@ 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_CS (0 + 26)
#define PIN_EINK_BUSY (0 + 4)
#define PIN_EINK_DC (0 + 17)

View File

@ -126,7 +126,6 @@ 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_CS (0 + 26)
#define PIN_EINK_BUSY (0 + 4)
#define PIN_EINK_DC (0 + 17)