In this tutorial video, we walk through the process of interfacing an ESP32-S2 mini with a TFT ST7735S screen using MicroPython. We'll guide you through the necessary preparations, wiring the components, downloading the required drivers, and identifying the default SPI pins on your ESP32-S2.
Follow along with our step-by-step instructions to get your ESP32-S2 mini talking to a TFT ST7735S screen.
Repository: https://github.com/turfptax/micropyth...
Prerequisites:
ESP32-S2 mini
TFT ST7735S screen
MicroPython firmware installed on your ESP32-S2 mini
Required Drivers and Files:
From the MicroPython ST7735 repository:
ST7735.py: https://github.com/boochow/MicroPytho...
graphicstest.py: https://github.com/boochow/MicroPytho...
From the GuyCarver MicroPython repository:
sysfont.py: https://github.com/GuyCarver/MicroPyt...
Related Links:
MicroPython ST7735 Repository: https://github.com/boochow/MicroPytho...
GuyCarver MicroPython Repository: https://github.com/GuyCarver/MicroPyt...
Don't forget to like, share and subscribe for more tutorials like this one. If you have any questions or comments, feel free to drop them in the comment section below.
Happy Coding!
License:
This project is licensed under the terms of the MIT license. For more information, refer to the LICENSE file in the repository.
Disclaimer:
This tutorial is for educational purposes only. We are not responsible for any damages caused by following these instructions. Please follow them at your own risk.