Skip to content

Commit 799eaa5

Browse files
committed
2 parents 32a8825 + 89888c4 commit 799eaa5

File tree

1 file changed

+52
-26
lines changed

1 file changed

+52
-26
lines changed

README.md

Lines changed: 52 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,62 @@
11
# ESP32-e-Paper-Weather-Display
22
An ESP32 and an ePaper Display reads [Open Weather Map](https://openweathermap.org/) and displays the weather
33

4-
For standalone use, download the ZIP file to your desktop.
4+
----
5+
ORIGINAL DONE BY G6EJD
56

6-
Go to Sketch > Include Library... > Add .ZIP Library... Then, choose the ZIP file.
7+
----
78

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+
So please visit his page for the original software: https://github.com/G6EJD/ESP32-e-Paper-Weather-Display
910

10-
Also see: https://www.arduino.cc/en/Guide/Libraries#toc4
11+
----
12+
ORIGINAL DONE BY G6EJD
13+
14+
----
15+
16+
Take a look at the V2 Marani Version. If you like it, download it, if not, take the original one from G6EJD
17+
18+
I just enhanced his version, like:
19+
- Better alignment of Text and Graphics
20+
- Better alignment of Forecast Multiline-Text
21+
- Wind and Gust speeds
22+
- Multi-Graphs to show more than one value (ex. Rain and Snow)
23+
- Ajust-Graphs with moving x-axis descriptions for better readout of forecasts
24+
- Added Moon-Set and Rise times, Distance, Zodiac, Age, Longitude and Latitude and Illumination
25+
- Changed Battery-Display when no battery used
26+
- Moved some Status-Infos to better suitable places
27+
28+
29+
30+
----
31+
ORIGINAL DONE BY G6EJD
32+
33+
----
34+
35+
36+
37+
----
38+
ORIGINAL DONE BY G6EJD
39+
40+
----
41+
42+
43+
44+
----
45+
ORIGINAL DONE BY G6EJD
46+
47+
----
48+
49+
50+
51+
----
52+
ORIGINAL DONE BY G6EJD
53+
54+
----
1155

12-
- [Arduino JSON](https://github.com/bblanchon/ArduinoJson) (v6 or above) by Benoît Blanchon
1356

1457
Download the software to your Arduino's library directory.
1558

1659
1. From the examples, choose depending on your module either
17-
- Waveshare_1_54
18-
- Waveshare_2_13
19-
- Waveshare_2_7
20-
- Waveshare_2_9
21-
- Waveshare_4_2
22-
- Waveshare_7_5
2360
- Waveshare_7_5_T7 (newer 800x480 version of the older 640x384)
2461

2562
Code requires [GxEPD2 library](https://github.com/ZinggJM/GxEPD2)
@@ -44,6 +81,10 @@ The Battery monitor assumes the use of a Lolin D32 board which uses GPIO-35 as a
4481

4582
Compile and upload the code - Enjoy!
4683

84+
7.5" V2 Marani 800x480 E-Paper Layout
85+
86+
![alt text width="600"](/Waveshare_7_5_V2_marani.jpg)
87+
4788
7.5" 800x480 E-Paper Layout
4889

4990
![alt text width="600"](/Waveshare_7_5_new.jpg)
@@ -52,21 +93,6 @@ Compile and upload the code - Enjoy!
5293

5394
![alt text width="600"](/Waveshare_7_5.jpg)
5495

55-
4.2" 400x300 E-Paper Layout
56-
57-
![alt_text, width="400"](/Waveshare_4_2.jpg)
58-
59-
2.7" 264x176 E-Paper Layout
60-
61-
![alt_text, width="400"](/Waveshare_2_7.jpg)
62-
63-
2.13" 250x122 E-Paper Layout
64-
65-
![alt_text, width="200"](/Waveshare_2_13.jpg)
66-
67-
1.54" 200x200 E-Paper Layout
68-
69-
![alt_text, width="200"](/Waveshare_1_54.jpg)
7096

7197
**** NOTE change needed for latest Waveshare HAT versions ****
7298

0 commit comments

Comments
 (0)