Merge pull request #4729 from markbirss/master

[BUG-FIX] ME25LS01-4Y10TD_e-ink e-paper init fix
This commit is contained in:
Mark Trevor Birss 2024-09-16 11:14:16 +02:00 committed by GitHub
commit 5d831ef461
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,7 @@ static const uint8_t MISO = PIN_SPI_MISO;
static const uint8_t SCK = PIN_SPI_SCK;
// EPD SPI
#define PIN_SPI1_MISO (-1) // Not Used for EPD
#define PIN_SPI1_MISO (32 + 2) // Not Used for EPD but needs to be defined
#define PIN_SPI1_MOSI (0 + 10) // EPD_MOSI P0.10
#define PIN_SPI1_SCK (0 + 9) // EPD_SCLK P0.09