It allows you to turn an old VGA monitor into the wall clock with NTP time synchronization.
VGA wires connection accordingly https://github.com/hakierspejs/pico-vga-driver Optionally, a buzzer could be connected to GPIO-6 (over NPN-transistor).
To run it locally you need Pico W with micropython.
Clone the repo:
git clone https://github.com/hakierspejs/faugea-clock
cd faugea-clock
Now you may use make commands to configure wifi and program PicoW:
make run
Fell free to contribute