Merge pull request #2717 from eyecreate/master

Update to nesclock to improve memory usage
pull/2735/head^2
Gordon Williams 2023-05-03 10:55:52 +01:00 committed by GitHub
commit 4faa3dc5b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 258 additions and 235 deletions

View File

@ -1,3 +1,4 @@
0.01: First release of clock with faces for mario1-3, kirby, and zelda
0.02: Fix issue witih plumbers font where some numbers were cut off.
0.03: Fix issue with smb3 font on 24hr time. Better center time.
0.04: Rearrange bitmap code to save memory.

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
"id": "nesclock",
"name": "NES Clock",
"shortName": "NES Clock",
"version": "0.03",
"version": "0.04",
"description": "A clock themed after different NES title screens.",
"readme":"README.md",
"icon": "app.png",