mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
625254cf90
* preliminary target environment * add debug tool * add screen definitions * screen definitions * remove rtc, debug build * correct rotation * Add real hwmodel * fix width * use IO expander ports * link to modified arduino-esp32 * added config_detail * rotate screen * remove touch INT * add delay to display log * color log and radiolib log * LoRa init * make trunk happy * add lovyanGFX patch lib for io expander * fix lib * fix display&touch function * touch driver I2C scan * remove delay * build for release * minor code cleanup * allow trunk to be happy --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com> Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
28 lines
829 B
INI
28 lines
829 B
INI
; Seeed Studio SenseCAP Indicator
|
|
[env:seeed-sensecap-indicator]
|
|
extends = esp32s3_base
|
|
platform_packages =
|
|
platformio/framework-arduinoespressif32 @ https://github.com/mverch67/arduino-esp32.git#add_tca9535 ; based on 2.0.16
|
|
|
|
board = seeed-sensecap-indicator
|
|
board_check = true
|
|
upload_protocol = esptool
|
|
|
|
build_flags = ${esp32_base.build_flags}
|
|
-Ivariants/seeed-sensecap-indicator
|
|
-DSENSECAP_INDICATOR
|
|
-DCONFIG_ARDUHAL_LOG_COLORS
|
|
-DRADIOLIB_DEBUG_SPI=0
|
|
-DRADIOLIB_DEBUG_PROTOCOL=0
|
|
-DRADIOLIB_DEBUG_BASIC=0
|
|
-DRADIOLIB_VERBOSE_ASSERT=0
|
|
-DRADIOLIB_SPI_PARANOID=0
|
|
-DIO_EXPANDER=0x40
|
|
-DIO_EXPANDER_IRQ=42
|
|
;-DIO_EXPANDER_DEBUG
|
|
-DUSE_ARDUINO_HAL_GPIO
|
|
|
|
lib_deps = ${esp32s3_base.lib_deps}
|
|
https://github.com/mverch67/LovyanGFX#develop
|
|
earlephilhower/ESP8266Audio@^1.9.7
|
|
earlephilhower/ESP8266SAM@^1.0.1 |