Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.38 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.38 KB

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.