aboutsummaryrefslogtreecommitdiff
path: root/posts/2021-06-26-simple-world-clock.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-10-07 21:13:14 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-10-07 21:13:14 +0200
commit7f631c493d04ba96e36975365532e2172fec367e (patch)
treefc0c0f81901f77f44c572536b7388babaf2d98ee /posts/2021-06-26-simple-world-clock.md
parent994c67d522b413fb3184376955a43d4a4f50d716 (diff)
downloadmitjafelicijan.com-7f631c493d04ba96e36975365532e2172fec367e.tar.gz
Added dithered images
Diffstat (limited to 'posts/2021-06-26-simple-world-clock.md')
-rw-r--r--posts/2021-06-26-simple-world-clock.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/2021-06-26-simple-world-clock.md b/posts/2021-06-26-simple-world-clock.md
index 29c199a..1e1cd99 100644
--- a/posts/2021-06-26-simple-world-clock.md
+++ b/posts/2021-06-26-simple-world-clock.md
@@ -15,7 +15,7 @@ But I also have a bunch of electronics that I bought through the time, and I am
15 15
16A while ago I bought a small eInk display [Inky pHAT](https://shop.pimoroni.com/products/inky-phat?variant=12549254217811) and I have a bunch of [Raspberry Pi's Zero](https://www.raspberrypi.org/products/raspberry-pi-zero/) lying around that I really need to use. 16A while ago I bought a small eInk display [Inky pHAT](https://shop.pimoroni.com/products/inky-phat?variant=12549254217811) and I have a bunch of [Raspberry Pi's Zero](https://www.raspberrypi.org/products/raspberry-pi-zero/) lying around that I really need to use.
17 17
18![Inky pHAT, Raspberry Pi Zero](/assets/world-clock/hardware.jpg) 18![Inky pHAT, Raspberry Pi Zero](/assets/world-clock/hardware.jpg.dith.gif)
19 19
20Since the Inky [Inky pHAT](https://shop.pimoroni.com/products/inky-phat?variant=12549254217811) is essentially a HAT, it can easily be added on top of the [Raspberry Pi Zero](https://www.raspberrypi.org/products/raspberry-pi-zero/). 20Since the Inky [Inky pHAT](https://shop.pimoroni.com/products/inky-phat?variant=12549254217811) is essentially a HAT, it can easily be added on top of the [Raspberry Pi Zero](https://www.raspberrypi.org/products/raspberry-pi-zero/).
21 21
@@ -80,7 +80,7 @@ Then we add a cronjob with `crontab -e`.
80 80
81So, we end up with a result like this. 81So, we end up with a result like this.
82 82
83![World Clock](/assets/world-clock/world-clock.jpg) 83![World Clock](/assets/world-clock/world-clock.jpg.dith.gif)
84 84
85And for the enclosure that can be 3D printed, but I haven't yet something like this can be used. 85And for the enclosure that can be 3D printed, but I haven't yet something like this can be used.
86 86