Skip to content

Commit

Permalink
Merge pull request #809 from epiHATR/add-nrf24-support-for-t-display-s3
Browse files Browse the repository at this point in the history
Add NRF24 support for T-Display S3 board
  • Loading branch information
pr3y authored Feb 12, 2025
2 parents 712663a + 2e9d97b commit 6521319
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions boards/lilygo-t-display-s3.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ build_flags =
-DRF_TX_PINS='{{"Pin 43", 43}, {"Pin 44", 44}}'
-DRF_RX_PINS='{{"Pin 43", 43}, {"Pin 44", 44}}'

;NRF24 support SPI
-DUSE_NRF24_VIA_SPI
-DNRF24_CE_PIN=3
-DNRF24_SS_PIN=SPI_SS_PIN
-DNRF24_MOSI_PIN=SPI_MOSI_PIN
-DNRF24_SCK_PIN=SPI_SCK_PIN
-DNRF24_MISO_PIN=SPI_MISO_PIN
lib_deps =
${env.lib_deps}
fastled/FastLED @3.9.4

0 comments on commit 6521319

Please sign in to comment.