mirror of https://github.com/espruino/BangleApps
Updated changelog
parent
e09baafafa
commit
2d192f486d
|
@ -4486,7 +4486,7 @@
|
|||
"name": "LCARS Clock",
|
||||
"shortName":"LCARS",
|
||||
"icon": "lcars.png",
|
||||
"version":"0.06",
|
||||
"version":"0.07",
|
||||
"readme": "README.md",
|
||||
"supports": ["BANGLEJS2"],
|
||||
"description": "Library Computer Access Retrieval System (LCARS) clock.",
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
0.03: New design with different icons if gps, hrm or compass is on.
|
||||
0.04: Inluded LCARS Logo.
|
||||
0.05: Additional icons for (1) charging and (2) bat < 30%.
|
||||
0.06: Fix - Alarm disabled, if clock was closed
|
||||
0.06: Fix - Alarm disabled, if clock was closed.
|
||||
0.07: Added settings to adjust data that is shown for each row.
|
|
@ -5,10 +5,9 @@ Note: To display the steps, its necessary to install
|
|||
the [Pedometer widget](https://banglejs.com/apps/#pedometer%20widget).
|
||||
|
||||
## Features
|
||||
* Shows the time
|
||||
* Shows the date
|
||||
* Shows the current battery level in %
|
||||
* Shows the number of daily steps
|
||||
* LCARS Style watch face
|
||||
* Shows satate (charging, out of battery etc.)
|
||||
* SHows data that can be configured (steps, HRM, temperature etc.)
|
||||
* Swipe left/right to activate an alarm
|
||||
|
||||
## Icons
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
var data_options = ['Battery', 'Steps', 'Temp.', "HRM"];
|
||||
|
||||
E.showMenu({
|
||||
'': { 'title': 'Rebble Clock' },
|
||||
'': { 'title': 'LCARS Clock' },
|
||||
'< Back': back,
|
||||
'Row 1': {
|
||||
value: 0 | data_options.indexOf(settings.dataRow1),
|
||||
|
|
Loading…
Reference in New Issue