kopia lustrzana https://github.com/meshtastic/firmware
Add to Eink target as well
rodzic
ca91447c0e
commit
f1fd41a378
|
@ -136,7 +136,7 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
|||
|
||||
// Controls power for the eink display - Board power is enabled either by VBUS from USB or the CPU asserting PWR_ON
|
||||
// FIXME - I think this is actually just the board power enable - it enables power to the CPU also
|
||||
//#define PIN_EINK_PWR_ON (-1)
|
||||
// #define PIN_EINK_PWR_ON (-1)
|
||||
|
||||
#define USE_EINK
|
||||
|
||||
|
@ -181,8 +181,9 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
|||
#define SX126X_DIO1 (47)
|
||||
#define SX126X_BUSY (46)
|
||||
#define SX126X_RESET (38)
|
||||
#define SX126X_TXEN (39)
|
||||
#define SX126X_RXEN (37)
|
||||
// #define SX126X_TXEN (39)
|
||||
// #define SX126X_RXEN (37)
|
||||
#define SX126X_POWER_EN (37)
|
||||
#define SX126X_E22 // DIO2 controlls an antenna switch and the TCXO voltage is controlled by DIO3
|
||||
|
||||
// enables 3.3V periphery like GPS or IO Module
|
||||
|
|
Ładowanie…
Reference in New Issue