Adapted to T3 S3 V1.2 without PA
This commit is contained in:
parent
f130095a06
commit
227e29e2d9
19 changed files with 295 additions and 55 deletions
|
|
@ -11,6 +11,7 @@
|
|||
// #define LILYGO_T3_V1_6
|
||||
// #define LILYGO_T3_V2_0
|
||||
// #define LILYGO_T3_S3_V1_0
|
||||
// #define LILYGO_T3_S3_V1_2
|
||||
|
||||
|
||||
/*
|
||||
|
|
@ -162,7 +163,7 @@
|
|||
#define HAS_DISPLAY
|
||||
#define HAS_SDCARD
|
||||
|
||||
#elif defined(LILYGO_T3_S3_V1_0)
|
||||
#elif defined(LILYGO_T3_S3_V1_0) || defined(LILYGO_T3_S3_V1_2)
|
||||
|
||||
#define I2C_SDA 18
|
||||
#define I2C_SCL 17
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue