Skip to content

Commit ee2490a

Browse files
authored
Update README.md
1 parent 42f8117 commit ee2490a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ _Envisaged to display the time in the form of the front page of a newspaper._
1313
- Time and timezone synchronised by GPS (without transmitting your whereabouts to the internet, of course!).
1414

1515
## Key Hardware:
16-
- Raspberry Pi
16+
- Raspberry Pi Zero W
1717
- E-Paper Display (Waveshare IT8951)
18+
- Raspberry Pi Touchscreen supported (for testing)
1819

1920
## Software:
2021
- OS: Raspbian Lite
@@ -25,13 +26,14 @@ _Envisaged to display the time in the form of the front page of a newspaper._
2526
- Waitress (serving the flask app): https://pypi.org/project/waitress/
2627
- Bootstrap (for web interface make look nicey): https://getbootstrap.com/
2728
- Mustache (for in-browser templating): https://mustache.github.io/
28-
- PyGame (for testing display): https://pypi.org/project/pygame/
29+
- PyGame (for testing display cross-platform): https://pypi.org/project/pygame/
2930
- PyTZ (for timezone management): https://pypi.org/project/pytz/
3031
- Timezonefinder (gets the timezone from GPS without the net): https://pypi.org/project/timezonefinder/
3132
- pyowm (for weather): https://pypi.org/project/pyowm/
3233
- pygithub (for checking for updates): https://github.com/PyGithub/PyGithub
3334
- IT8951 display driver by GregDMeyer: https://github.com/GregDMeyer/IT8951
34-
35+
- qrcode (for creating config qr codes): https://pypi.org/project/qrcode/
36+
- Python FT5406 Multitouch Driver (for tapping on the test rig): https://github.com/pimoroni/python-multitouch
3537
## Documentation
3638
- Full documentation is unlikely - on request; submit an issue...
3739

0 commit comments

Comments
 (0)