Skip to content

Commit 0850e24

Browse files
authored
Update README.md
1 parent 3523156 commit 0850e24

File tree

1 file changed

+23
-15
lines changed

1 file changed

+23
-15
lines changed

README.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
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.
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
4+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ORIGINAL DONE BY G6EJD !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
8+
So please visit his page for the original software: https://github.com/G6EJD/ESP32-e-Paper-Weather-Display
9+
10+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ORIGINAL DONE BY G6EJD !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
13+
14+
I just enhanced his version, like:
15+
- Better alignment of Text and Graphics
16+
- Better alignment of Forecast Multiline-Text
17+
- Wind and Gust speeds
18+
- Multi-Graphs to show more than one value (ex. Rain and Snow)
19+
- Ajust-Graphs with moving x-axis descriptions for better readout of forecasts
20+
- Added Moon-Set and Rise times, Distance, Zodiac, Age, Longitude and Latitude and Illumination
21+
- Changed Battery-Display when no battery used
22+
- Moved some Status-Infos to better suitable places
1323

1424
Download the software to your Arduino's library directory.
1525

1626
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
2327
- Waveshare_7_5_T7 (newer 800x480 version of the older 640x384)
2428

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

4549
Compile and upload the code - Enjoy!
4650

51+
7.5" V2 Marani 800x480 E-Paper Layout
52+
53+
![alt text width="600"](/Waveshare_7_5_V2_marani.jpg)
54+
4755
7.5" 800x480 E-Paper Layout
4856

4957
![alt text width="600"](/Waveshare_7_5_new.jpg)

0 commit comments

Comments
 (0)