TTGO T8 V1.1 #198
Replies: 1 comment 4 replies
-
The default pin configuration is based on the You can most likely use the It defines the same SPI pins but uses 5 different control pins: ;-D TFT_DC=27 ; Defined by board, don't redefine !!
;-D TFT_CS=14 ; Defined by board, don't redefine !!
;-D TFT_RST=33 ; Defined by board, don't redefine !!
-D TFT_BCKL=32 ; Configurable via web UI (default 32)
-D TOUCH_CS=12 ; Default for TFT connector So replace these 5 GPIO's in the ESP32 Pin column and you should be good to go!
To build this configuration, you can use Visual Studio Code or Gitpod. In both cases you need to copy and edit the |
Beta Was this translation helpful? Give feedback.
-
Is it possible to use this board with openHASP?
I want to try openHASP and can get this board and an MSP touch screen delivered pretty quickly. Looking at the pins required for the MSP display here and the pinout here it seems that the board doesn't have pin 17 available.
I assume it is possible to override this and have seen the GPIO template in
user_config_override-template.h
but cant find any docs about how this works.Thanks
Beta Was this translation helpful? Give feedback.
All reactions