You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-15Lines changed: 23 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,29 @@
1
1
# ESP32-e-Paper-Weather-Display
2
2
An ESP32 and an ePaper Display reads [Open Weather Map](https://openweathermap.org/) and displays the weather
3
3
4
-
For standalone use, download the ZIP file to your desktop.
5
-
6
-
Go to Sketch > Include Library... > Add .ZIP Library... Then, choose the ZIP file.
7
-
8
-
After inclusion, Go to File, Examples and scroll down to 'ESP32-e-paperWeather-display' and choose your version/screen size. Make sure to come back to this dialog from time to time to keep each library up to date. Also make sure that you only have one version of each of the libraries installed.
9
-
10
-
Also see: https://www.arduino.cc/en/Guide/Libraries#toc4
11
-
12
-
-[Arduino JSON](https://github.com/bblanchon/ArduinoJson) (v6 or above) by Benoît Blanchon
0 commit comments