Nifty Clock B - Added readme, screenshot and some small linting fix

pull/863/head
Filipe Fradique 2021-10-26 01:45:26 +01:00
parent 4edc952b77
commit 727c57241b
3 changed files with 11 additions and 2 deletions

9
apps/ffcniftyb/README.md Normal file
View File

@ -0,0 +1,9 @@
# Nifty Series B Clock
- Display Time and Date
- Color Configuration
##
![](screenshot.png)

View File

@ -68,13 +68,13 @@ function draw() {
g.clearRect(0, 24, g.getWidth(), g.getHeight());
// render outside text with ellipse
buf.clear()
buf.clear();
renderText(buf.setColor(1));
renderEllipse(buf.setColor(0));
g.setColor(color).drawImage(img, 0, 24);
// render ellipse with inside text
buf.clear()
buf.clear();
renderEllipse(buf.setColor(1));
renderText(buf.setColor(0));
g.setColor(color).drawImage(img, 0, 24);

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB