Skip to content

Commit

Permalink
Make TFT_eSPI work
Browse files Browse the repository at this point in the history
  • Loading branch information
davepl committed Dec 1, 2024
1 parent 0651dfa commit 8612384
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion include/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
// Jul-24-2023 v038 Davepl NTP clock fix
// Jul-26-2023 v039 Davepl NTP every minute, stack sizes
// Jul-26-2023 v040 Davepl NTP every 5 minutes, Wifi delay code
// Nov-30-2024 v041 Davepl WiFi FPS fix, sequence number in response
//
//---------------------------------------------------------------------------

Expand Down Expand Up @@ -109,7 +110,7 @@
//
// BUGBUG (davepl): If you know a cleaner way, please improve this!

#define FLASH_VERSION 40 // Update ONLY this to increment the version number
#define FLASH_VERSION 41 // Update ONLY this to increment the version number

#ifndef USE_HUB75 // We support strips by default unless specifically defined out
#ifndef USE_WS281X
Expand Down
5 changes: 3 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extra_configs =
custom_*.ini ; This file can be created in the root directory to store user defined devices and environments.

; ==================
; Base configuration
; Base configurations
;
; Options that are used (or extended) in all device sections (and hence environments) are defined here

Expand Down Expand Up @@ -89,7 +89,7 @@ build_flags = -D_IR_ENABLE_DEFAULT_=false ; Don't automatically includ
[dev_adafruit_feather]
extends = base
board = adafruit_feather_esp32s3_tft
monitor_speed = 1500000
monitor_speed = 115200
upload_speed = 1500000
lib_deps = ${base.lib_deps}
TFT_eSPI
Expand Down Expand Up @@ -438,6 +438,7 @@ extends = dev_adafruit_feather
build_flags = -DLEDSTRIP=1
-DUSE_SCREEN=1
-DUSE_TFTSPI=1
-DUSE_HSPI_PORT=1
-DUSER_SETUP_LOADED
-DTOUCH_CS=0
-DST7789_2_DRIVER
Expand Down

0 comments on commit 8612384

Please sign in to comment.