Skip to content

Commit 4ef8453

Browse files
committed
Merge branch 'master' into platformio_support
2 parents 1897dce + 93579c3 commit 4ef8453

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ After inclusion, Go to File, Examples and scroll down to 'ESP32-e-paperWeather-d
99

1010
Also see: https://www.arduino.cc/en/Guide/Libraries#toc4
1111

12-
- [Mini Grafx](https://github.com/ThingPulse/minigrafx) by Daniel Eichhorn
1312
- [Arduino JSON](https://github.com/bblanchon/ArduinoJson) (v6 or above) by Benoît Blanchon
1413

1514
Download the software to your Arduino's library directory.
@@ -20,19 +19,22 @@ Download the software to your Arduino's library directory.
2019
- Waveshare_2_7
2120
- Waveshare_2_9
2221
- 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)
24+
25+
Code requires [GxEPD2 library](https://github.com/ZinggJM/GxEPD2)
26+
- which needs [Adafruit_GFX](https://github.com/adafruit/Adafruit-GFX-Library
27+
- an also requires U8g2_for_Adafruit_GFX
2628

2729
2. Obtain your [OWM API key](https://openweathermap.org/appid) - it's free
2830

2931
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!
3032

3133
4. If your are using the older style Waveshare HAT then you need to use:
3234

33-
**display.init();**//for older Waveshare HAT's
35+
**display.init(); //for older Waveshare HAT's
3436

35-
In the InitialiseDisplay() function, comment out as required
37+
In the InitialiseDisplay() function, comment out the variant as required
3638

3739
5. Save your files.
3840

@@ -70,7 +72,7 @@ Compile and upload the code - Enjoy!
7072

7173
Ensure you have the latest GxEPD2 library
7274

73-
See here: https://github.com/ZinggJM/GxEPD2/releases/tag/1.2.10
75+
See here: https://github.com/ZinggJM/GxEPD2/releases/
7476

7577
Modify this line in the code:
7678

0 commit comments

Comments
 (0)