An InkyPi plugin rendering the Witcher universe wheel of the year on an 800×480 e-ink display.
- 8 elven holidays (Imbaelk, Birke, Belleteyn, Midaëte, Lammas, Velen, Saovine, Midinváerne) with their Celtic equivalents (Imbolc, Ostara, Beltaine, Litha, Lughnasadh, Mabon, Samhain, Yule)
- 4 seasons (Spring / Summer / Autumn / Winter) shown as a concentric ring
- 12 months in a concentric ring
- Holiday dates rendered tangentially around the outer rim
- Sun / moon markers (☀ / ☾) on the outer ring with a white underlay so they read clearly against the border
- Today's-date arrow pointing into the current savaed segment
- Current savaed highlight — a contrasting shade marks the period we are in
- Side info panel with the last and next holiday: name, Celtic equivalent, date, description, type (solar / lunar), and days since / until
- Bilingual: Czech / English
- Two themes: light / dark
- Proper Czech declension: "dnes", "za 1 den", "za 3 dny", "za 5 dní", "před 1 dnem", "před 5 dny"
| Czech / Light | English / Dark |
|---|---|
![]() |
![]() |
| Czech / Dark | English / Light |
![]() |
![]() |
-
Clone the repository into the InkyPi plugins folder. The target folder name must match the
idinplugin-info.json(witcher_wheel_v3):cd ~/InkyPi/src/plugins/ git clone https://github.com/PetrSladek/witcher-wheel.git witcher_wheel_v3
Or
scp -rthe whole directory if you prefer. -
Restart InkyPi to pick up the new plugin:
sudo systemctl restart inkypi
-
The plugin appears in the InkyPi web UI thanks to auto-discovery (which reads
plugin-info.json). -
Create a new plugin instance, choose language and theme, and add it to a playlist.
In the InkyPi UI:
| Setting | Values |
|---|---|
| Language | cs (Čeština) / en (English) |
| Theme | light (☀ Light) / dark (🌙 Dark) |
witcher-wheel/
├── plugin-info.json # InkyPi plugin manifest
├── settings.html # Settings form (Jinja)
├── witcher_wheel_v3.py # Plugin code (PIL rendering)
├── icon.png # 512×512 plugin icon
├── fonts/
│ ├── aniron.ttf # Aniron Regular (LOTR-styled)
│ ├── aniron-bold.ttf # Aniron Bold
│ └── readme.html # Original Aniron license & docs
└── screenshots/ # README previews
- Witcher universe © Andrzej Sapkowski / CD Projekt RED
- Wheel of the Year based on the traditional Celtic / neopagan calendar
- Aniron font © Pete Klassen / Pixel Sagas, 2004 — distributed free of charge per its own license; bundled as-is with the original
readme.html - InkyPi by @fatihak — the host platform
Plugin code is released under the MIT License (see LICENSE).
The bundled Aniron font has its own license (free distribution per the original readme included in fonts/readme.html); the font is not covered by MIT and remains under its original copyright.



