Browse Source
Merge pull request #748 from oltaco/t-echo-qspi-pins
Add QSPI pins for Lilygo T-Echo
pull/756/head
ripplebiz
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
13 additions and
0 deletions
-
variants/lilygo_techo/variant.h
|
|
|
@ -58,6 +58,19 @@ |
|
|
|
#define PIN_SPI_SCK (19) |
|
|
|
#define PIN_SPI_NSS (24) |
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
// QSPI FLASH
|
|
|
|
|
|
|
|
#define PIN_QSPI_SCK (46) |
|
|
|
#define PIN_QSPI_CS (47) |
|
|
|
#define PIN_QSPI_IO0 (44) |
|
|
|
#define PIN_QSPI_IO1 (45) |
|
|
|
#define PIN_QSPI_IO2 (7) |
|
|
|
#define PIN_QSPI_IO3 (5) |
|
|
|
|
|
|
|
#define EXTERNAL_FLASH_DEVICES ZD25WQ16BUIGR |
|
|
|
#define EXTERNAL_FLASH_USE_QSPI |
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Builtin LEDs
|
|
|
|
|
|
|
|
|