Easy Clock.. The clock scrolls to mid of Screen, stays 50 Seconds and scrolls out of Screen every Minute. For a useful feature I installed MPD as Internet Radio , operated by a Android phone .
If you deal without WLAN and any Higher Timesync, you can use different Ways to give your Zero a Time Sync Option. In most ways you can use ESP8266 2$ Serial PCB, DS3231 i2C or any RTC to Sync Your Time. Many Solutions are available Online to get it Work without any USB Devices.
So that you have only connected RTC and Display to 6 GPIO Pins.
In Future: Alarms, Arduino/AVR based Power consumption Tricks and Control. ESP8266 used for Timesync and webfrontend.
Details
Components
1×
Raspberry Zero
1×
DIY Single Sided PCB, HY28B or any compatible TFT Adapter
# uncomment to force a specific HDMI mode (this will force VGA)hdmi_group=2
hdmi_mode=87
hdmi_cvt=320 240 60 1 0 0 0
# uncomment to force a HDMI mode rather than DVI. This can make audio work in# DMT (computer monitor) modes#hdmi_drive=2# uncomment to increase signal to HDMI, if you have interference, blanking, or# no display#config_hdmi_boost=4# uncomment for composite PAL#sdtv_mode=2# Uncomment some or all of these to enable the optional hardware interfaces#dtparam=i2c_arm=on#dtparam=i2s=ondtparam=spi=on
2
Step 2
Install fbcp to copy Main Framebuffer to LCD-Framebuffer.