finish qtpy s3 definition
This commit is contained in:
parent
172c474388
commit
c4e5bc2b15
4 changed files with 4 additions and 2 deletions
|
|
@ -6940,8 +6940,7 @@ adafruit_qtpy_esp32s3.upload.tool=esptool_py
|
|||
adafruit_qtpy_esp32s3.upload.maximum_size=1310720
|
||||
adafruit_qtpy_esp32s3.upload.maximum_data_size=327680
|
||||
adafruit_qtpy_esp32s3.upload.flags=
|
||||
adafruit_qtpy_esp32s3.upload.extra_flags=
|
||||
#adafruit_qtpy_esp32s3.upload.extra_flags=0x410000 "{runtime.platform.path}/variants/{build.variant}/tinyuf2.bin"
|
||||
adafruit_qtpy_esp32s3.upload.extra_flags=0x410000 "{runtime.platform.path}/variants/{build.variant}/tinyuf2.bin"
|
||||
adafruit_qtpy_esp32s3.upload.use_1200bps_touch=true
|
||||
adafruit_qtpy_esp32s3.upload.wait_for_upload_port=true
|
||||
adafruit_qtpy_esp32s3.upload.speed=921600
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -30,6 +30,9 @@ static const uint8_t RX = 16;
|
|||
static const uint8_t SDA = 7;
|
||||
static const uint8_t SCL = 6;
|
||||
|
||||
static const uint8_t SDA1 = 41;
|
||||
static const uint8_t SCL1 = 40;
|
||||
|
||||
static const uint8_t SS = 42;
|
||||
static const uint8_t MOSI = 35;
|
||||
static const uint8_t SCK = 36;
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue