Skip to content

wtremmel/wallclock

Repository files navigation

Wallclock

Preface

This is my very first Python project. So be patient with my code please. Purpose is to create a wall clock using a 64x64 LED panel with a Raspberry Pi. First idea was to use a RasPi Zero W but it seems it is not fast enough, so currently I am using a RasPi3.

Hardware

Libraries

Structure

I decied to create widget modules for each item I want to display. Feel free to add, fork etc. Also all modules are written for my use case. And some of them have the config right in the code (no passworrds though).

DateWidget

Displays todays date

TimeWidget

Displays hours and minutes of the local time

Secondswidget

A LED bar growing to the right, one LED per second

TemperatureWidget

A temperature received my MQTT messages. Displays for me the temperature in my garden. Color of temperature changes.

About

Wallclock using a LED RGB panel and a Raspberry PI with a RGB bonnet

Resources

License

Stars

Watchers

Forks

Languages