Updated Installing the software (markdown)

Mateusz Walkowiak
2023-07-18 21:42:48 +02:00
parent 3ab90e0d70
commit cc2abef29e
+1 -1
@@ -26,7 +26,7 @@ Then click OK button
Now extract your previously downloaded code to folder named TEF6686_ESP32
1. Double-click on TEF6686_ESP32.ino file to open it in Arduino IDE.
- If you didn't download libraries please follow these steps. Otherwise move to next step.
- In this step you need to download 3 ZIP libraries (TFT_eSPI, TimeLib, Hash). Links to them are included in the code
- In this step you need to download 3 ZIP libraries (TFT_eSPI, TimeLib, Hash). Links to them are included in the code (at the beginning of INO file)
- Don't extract downloaded ZIP files. Move to Arduino IDE and select Sketch > Include Library > Add .ZIP library
- Select downloaded libraries. After adding 3 libraries you can move to the next step.
2. Modifying TFT_eSPI configuration. If you done that before please move to the next step.