Skip to content

Commit 1c0fb6f

Browse files
committed
updated readme
1 parent c238d80 commit 1c0fb6f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pi-inky-weather-epd"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition = "2021"
55
authors = ["MT"]
66
description = "A weather display application for the Raspberry Pi using an EPD (e-paper display)."

readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

119119
The 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

0 commit comments

Comments
 (0)