- VIN -> POWER
- GND -> GND
- IO22 -> SCREEN_RX
-
Install VsCode with Platform IO Extension
-
If missing the lib folders git clone the following folders into /lib/ https://github.com/Bodmer/TFT_eSPI https://github.com/PaulStoffregen/XPT2046_Touchscreen
-
On the Right Side click the PlatformIO Icon and click on new Terminal
-
In the new terminal cd into the DisplayBoard folder
-
To upload code you can use either of the following lines depending if you want to specify the port number. Make sure the
pio run -e upesy_wroom -t upload
OR
```pio run -e upesy_wroom -t upload --upload-port COM6``
Where you can specify the COM Port from the device manager
- To stream the Serial output log you can use
pio device monitor
ORpio device monitor --port COM3
Where you can specify the COM Port from the device manager