diff --git a/apps/lcars/ChangeLog b/apps/lcars/ChangeLog index 577e8b572..a8c55f8fd 100644 --- a/apps/lcars/ChangeLog +++ b/apps/lcars/ChangeLog @@ -13,4 +13,5 @@ 0.13: Improved battery visualization. 0.14: Added altitude as an option to display. 0.15: Using wpedom to count steps. -0.16: Improved stability. Wind can now be shown. \ No newline at end of file +0.16: Improved stability. Wind can now be shown. +0.17: Settings for mph/kph and other minor improvements. \ No newline at end of file diff --git a/apps/lcars/README.md b/apps/lcars/README.md index bfd15afa2..b6bfda2c1 100644 --- a/apps/lcars/README.md +++ b/apps/lcars/README.md @@ -20,13 +20,13 @@ with Gadgetbride and the weather app must be installed. * Display graphs (day or month) for steps + hrm on the second screen. ## Data that can be configured - * Steps - Steps loaded via the health module + * Steps - Steps loaded via the wpedom app. * Battery - Current battery level in % * VREF - Voltage of battery * HRM - Last measured HRM * Temp - Weather temperature loaded via the weather module + gadgetbridge * Humidity - Humidity loaded via the weather module + gadgetbridge - * Wind - Wind loaded via the weather module + gadgetbridge + * Wind - Wind loaded via the weather module + gadgetbridge. Set kph / mph in the settings. * Altitude - Shows the altitude in m. * CoreT - Temperature of device diff --git a/apps/lcars/metadata.json b/apps/lcars/metadata.json index 924c07267..a402b35a4 100644 --- a/apps/lcars/metadata.json +++ b/apps/lcars/metadata.json @@ -3,7 +3,7 @@ "name": "LCARS Clock", "shortName":"LCARS", "icon": "lcars.png", - "version":"0.16", + "version":"0.17", "readme": "README.md", "supports": ["BANGLEJS2"], "description": "Library Computer Access Retrieval System (LCARS) clock.", diff --git a/apps/lcars/screenshot.png b/apps/lcars/screenshot.png index 120229fba..e2d2cbd5f 100644 Binary files a/apps/lcars/screenshot.png and b/apps/lcars/screenshot.png differ