How to use 0.96" 80x160 SPI Display and ESP32 and make Internet clock
Volos Projects Volos Projects
98.2K subscribers
25,804 views
674

 Published On Oct 28, 2021

Hello! In this video I will show You how to use 0.96" 80x160 SPI Display with
Esp32 development board. This will be complete tutorial! I will show You how to setup Arduino IDE, what libraies are nedeed. And finaly, you will make your Internet clock!

ESP32 board link:
https://dl.espressif.com/dl/package_e...

You can buy this display here:
https://www.banggood.com/custlink/KvD...

NTP client Library : https://github.com/taranais/NTPClient
Code for Internet Clock: https://github.com/VolosR/InternetClo...

You can also buy me a coffe at:
https://ko-fi.com/volosprojects

Pins Setup:
#define TFT_MISO 5
#define TFT_MOSI 2
#define TFT_SCLK 15
#define TFT_CS 17 // Chip select control pin
#define TFT_DC 16 // Data Command control pin
#define TFT_RST 4 // Reset pin (could connect to RST pin)


Feel free to subscribe! Thank you.

show more

Share/Embed