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
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ After inclusion, Go to File, Examples and scroll down to 'ESP32-e-paperWeather-d
9
9
10
10
Also see: https://www.arduino.cc/en/Guide/Libraries#toc4
11
11
12
-
-[Mini Grafx](https://github.com/ThingPulse/minigrafx) by Daniel Eichhorn
13
12
-[Arduino JSON](https://github.com/bblanchon/ArduinoJson) (v6 or above) by Benoît Blanchon
14
13
15
14
Download the software to your Arduino's library directory.
@@ -20,19 +19,22 @@ Download the software to your Arduino's library directory.
20
19
- Waveshare_2_7
21
20
- Waveshare_2_9
22
21
- Waveshare_4_2
23
-
- Waveshare_7_5
24
-
(instead of Mini Grafx requires [GxEPD2 library](https://github.com/ZinggJM/GxEPD2), which needs [Adafruit_GFX](https://github.com/adafruit/Adafruit-GFX-Library), additionally requires U8g2_for_Adafruit_GFX)
25
-
- Waveshare_7_5_T7 (the newer 800x480 version; above is 640x384)
22
+
- Waveshare_7_5
23
+
- Waveshare_7_5_T7 (newer 800x480 version of the older 640x384)
- which needs [Adafruit_GFX](https://github.com/adafruit/Adafruit-GFX-Library
27
+
- an also requires U8g2_for_Adafruit_GFX
26
28
27
29
2. Obtain your [OWM API key](https://openweathermap.org/appid) - it's free
28
30
29
31
3. Edit the owm_credentials.h file in the IDE (TAB at top of IDE) and change your Language, Country, choose your units Metric or Imperial and be sure to find a valid weather station location on OpenWeatherMap, if your display has all blank values your location does not exist!
30
32
31
33
4. If your are using the older style Waveshare HAT then you need to use:
32
34
33
-
**display.init();**//for older Waveshare HAT's
35
+
**display.init();//for older Waveshare HAT's
34
36
35
-
In the InitialiseDisplay() function, comment out as required
37
+
In the InitialiseDisplay() function, comment out the variant as required
36
38
37
39
5. Save your files.
38
40
@@ -70,7 +72,7 @@ Compile and upload the code - Enjoy!
70
72
71
73
Ensure you have the latest GxEPD2 library
72
74
73
-
See here: https://github.com/ZinggJM/GxEPD2/releases/tag/1.2.10
75
+
See here: https://github.com/ZinggJM/GxEPD2/releases/
0 commit comments