mirror of https://github.com/espruino/BangleApps
rearrange bitmap code to save memory and preallocate fonts
parent
3c03aef619
commit
159d7e6c71
|
@ -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
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue