diff --git a/apps/fontclock/README.md b/apps/fontclock/README.md index cbdb2a3f8..ecf6688b5 100644 --- a/apps/fontclock/README.md +++ b/apps/fontclock/README.md @@ -1,34 +1,19 @@ -# Sweep Clock +# Font Clock -The Sweep Clock provides a clock with a perfectly smooth sweep second hand with a single Numeral Display. +The Font Clock allows you to choose the font and clock style. ![](app.png) ## Usage -### Button 1 - -Use Button 1 (the top right button) to change the numeral type - -| Default clock face | Roman Numeral Font | No Digits | -| ---- | ---- | ---- | -| ![](./numeral-01.jpg) | ![](numeral-02.jpg) | ![](numeral-03.jpg) | +### Choose the Clock Face from the selection +Before uploading the upload page will ask which clock face you like to choose. Please choose using the provided pull down. As you look through the different selections a sample image will be shown to the right hand side. +Once you have chosen your watch face press the upload button and the selection will be uploaded to the watch ### Button 3 -Button 3 (bottom right button) is used to change the colour - -| Red | Grey | Purple | -| ---- | ---- | ---- | -| ![](./color-01.jpg) | ![](color-02.jpg) | ![](color-03.jpg) | - -### Button 4 -Button 4 (bottom left of screen) is used to change the date positioning (or to remove from the screen) - -| Top Right | Bottom Right | Bottom Left | Top Left | -| ---- | ---- | ---- | ---- | -| ![](./date-01.jpg) | ![](date-02.jpg) | ![](date-03.jpg) | ![](date-04.jpg) | +Button 3 (bottom right button) is used to change the background colour. ## Further Details diff --git a/apps/fontclock/app.png b/apps/fontclock/app.png index 763c00b1d..127b1af1e 100644 Binary files a/apps/fontclock/app.png and b/apps/fontclock/app.png differ diff --git a/apps/fontclock/custom.html b/apps/fontclock/custom.html index 0d88d07df..862f83f81 100644 --- a/apps/fontclock/custom.html +++ b/apps/fontclock/custom.html @@ -44,12 +44,12 @@ { name: "black", background : [0.0,0.0,0.0], - second_hand: [1.0,1.0,0.0], + second_hand: [1.0,1.0,0.0] }, { name: "red", background : [1.0,0.0,0.0], - second_hand: [1.0,1.0,0.0], + second_hand: [1.0,1.0,0.0] }, { name: "grey", @@ -74,6 +74,7 @@ { name: "black", background : [0.0,0.0,0.0], + second_hand: [1.0,1.0,0.0] }, { name: "grey", diff --git a/apps/fontclock/fontclock-icon.js b/apps/fontclock/fontclock-icon.js index d9bdd8c65..49431587b 100644 --- a/apps/fontclock/fontclock-icon.js +++ b/apps/fontclock/fontclock-icon.js @@ -1 +1 @@ -require("heatshrink").decompress(atob("lEowkA/4AGmYIHABHzmVCCaE0kUin4TPmUimQTQ+UzmcvJ6EjCaP/kYABCaEymYTl+Q7SMgITTmQTQPAK0RMgITm+QTS+ciPCcikQpPY4MjmYTO+czmcyHh4TCmcvJ54nCPCBjBJx4oECc8zJ6ATTn48RE4YTTHh4SDH4ImRFBwTGFBgTGFBgSGFBYmHUgITRmcyFBASFAoUjE5PzkQLBHJxiDAQP/GxAA==")) +require("heatshrink").decompress(atob("lEowkA/4AvmUiAA0/CRHzkczAA0vExM/n/zn8zAIPzCZUi/8j+cvmUzAgI7JBQITHkY6JCwRNEIYITIDoQSEExXyDoQSDn4mKHQ4mKLoImRHQQmPMIYTDExY6HExY6HExQ6HYgISJHQ4TBAgbXOAAb3Ba5giBn8/H4zXHMYfzEww6I+cyPJAtEToizBNoQTFLo0yBAKMI+UikUjIwQSBJg61ICALGMPQgQBJhB6IbJjcGJhw6DCQJMMUIhMOHQavBCRo6CJh46DTJo6EJh5eCTJwADdwISQJiIAo")) diff --git a/apps/fontclock/fontclock.png b/apps/fontclock/fontclock.png index 70a1cd532..97377413c 100644 Binary files a/apps/fontclock/fontclock.png and b/apps/fontclock/fontclock.png differ