File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " pi-inky-weather-epd"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44edition = " 2021"
55authors = [" MT" ]
66description = " A weather display application for the Raspberry Pi using an EPD (e-paper display)."
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Here are example configurations:
6666
6767<img src =" ./misc/dashboard-without-moon-phase.png " alt =" Moon phase configuration " width =" 600 " />
6868
69- When the sky is clear, the moon phase icon will be used instead of the clear night icon
69+ When the sky is clear, the moon phase icon is used instead of the clear night icon
7070
7171``` toml
7272[render_options ]
@@ -117,7 +117,8 @@ update_interval_days = 7
117117## Degraded operation
118118
119119The dashboard can still work using cached data for a while if the API is unreachable.
120- You will see an icon and a small warning message appearing on the display in case of any errors.
120+ A warning icon and a small warning message appears on the display in case of any errors.
121+
121122| Error Type | Icon |
122123| ------------------- | --------------------------------------------------------------------------------------------------- |
123124| ** Api Error** | <img src =" ./static/fill-svg-static/code-red.svg " alt =" Api Error " width =" 32 " height =" 32 " /> |
@@ -163,8 +164,8 @@ These colours were found by trial and error:
163164### Wish List
164165- [ ] An algorithm that is smooth and only overshoots in the x dimension
165166- [ ] Rain gradient that looks like rain
166- - [ ] Overhaul the [ line svg icons] ( ./static/fill-svg-static/ ) to match display colours
167- - [ ] Inline all svg icons into the template and have full control over all the colours
167+ - [ ] Overhaul the [ line SVG icons] ( ./static/fill-svg-static/ ) to match display colours
168+ - [ ] Inline all SVG icons into the template and have full control over all the colours
168169
169170## Developing
170171
You can’t perform that action at this time.
0 commit comments