t114 gps support

This commit is contained in:
JQ
2025-05-09 20:30:11 -07:00
parent d072e7b575
commit ae5052fec7
4 changed files with 99 additions and 5 deletions

View File

@@ -41,8 +41,8 @@
////////////////////////////////////////////////////////////////////////////////
// UART pin definition
#define PIN_SERIAL1_RX (39)
#define PIN_SERIAL1_TX (37)
#define PIN_SERIAL1_RX (37)
#define PIN_SERIAL1_TX (39)
#define PIN_SERIAL2_RX (9)
#define PIN_SERIAL2_TX (10)
@@ -112,6 +112,12 @@
#define PIN_BUZZER (46)
////////////////////////////////////////////////////////////////////////////////
// GPS
#define GPS_EN (21)
#define GPS_RESET (38)
////////////////////////////////////////////////////////////////////////////////
// TFT
#define PIN_TFT_SCL (40)