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
+13-20Lines changed: 13 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ I just enhanced his version, like:
14
14
- Moved some Status-Infos to better suitable places
15
15
- Stronger lines in Weather Symbols and Wind graphics
16
16
17
+
Additional Stuff:
18
+
- 3D Case
19
+
- Custom made PCB, now with CH9102F fix (cheap CP2104 alternativ UART Chip), you're able to use both chips now
20
+
17
21
Download the software to your Arduino's library directory.
18
22
19
23
1. From the examples, choose depending on your module either
@@ -27,13 +31,7 @@ Download the software to your Arduino's library directory.
27
31
28
32
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!
29
33
30
-
4. If your are using the older style Waveshare HAT then you need to use:
31
-
32
-
**display.init(); //for older Waveshare HAT's
33
-
34
-
In the InitialiseDisplay() function, comment out the variant as required
35
-
36
-
5. Save your files.
34
+
4. Save your files.
37
35
38
36
NOTE: See schematic for the wiring diagram, all displays are wired the same, so wire a 7.5" the same as a 4.2", 2.9" or 1.54" display! Both 2.13" TTGO T5 and 2.7" T5S boards come pre-wired.
39
37
@@ -45,24 +43,19 @@ Compile and upload the code - Enjoy!
45
43
46
44

47
45
48
-
7.5" 800x480 E-Paper Layout
46
+
7.5" Old 800x480 E-Paper Layout
49
47
50
48

51
49
52
-
7.5" 640x384 E-Paper Layout
50
+
7.5" Old 640x384 E-Paper Layout
53
51
54
52

55
53
54
+
PCB
55
+

56
56
57
-
**** NOTE change needed for latest Waveshare HAT versions ****
58
-
59
-
Ensure you have the latest GxEPD2 library
60
-
61
-
See here: https://github.com/ZinggJM/GxEPD2/releases/
0 commit comments