mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-12 23:51:25 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
72504a5e8b
@ -127,7 +127,7 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
|||||||
* eink display pins
|
* 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_CS (0 + 26)
|
||||||
#define PIN_EINK_BUSY (0 + 4)
|
#define PIN_EINK_BUSY (0 + 4)
|
||||||
#define PIN_EINK_DC (0 + 17)
|
#define PIN_EINK_DC (0 + 17)
|
||||||
|
@ -127,7 +127,7 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
|||||||
* eink display pins
|
* 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_CS (0 + 26)
|
||||||
#define PIN_EINK_BUSY (0 + 4)
|
#define PIN_EINK_BUSY (0 + 4)
|
||||||
#define PIN_EINK_DC (0 + 17)
|
#define PIN_EINK_DC (0 + 17)
|
||||||
|
Loading…
Reference in New Issue
Block a user