diff --git a/apps/pongclock/README.md b/apps/pongclock/README.md index 47883c56f..cc152d7b9 100644 --- a/apps/pongclock/README.md +++ b/apps/pongclock/README.md @@ -1,2 +1,13 @@ -**Pong Clock** -A clock that plays pong while the counter displays the time. +# Pong Clock + +A clock which is playing Pong while showing the current time as score +* Settings + * Show or hide widgets (auto detecting the used widgets areas) + * Use inverted or standard theme colors for the play area + * Optionally pause while locked (saving battery) +* Loosely based on [https://codepen.io/Rabrennie/pen/WxNEoe](https://codepen.io/Rabrennie/pen/WxNEoe) + +![](screenshot.png) + +## Creator +[@pidajo](https://github.com/pidajo)