BangleApps/apps/lcars
David Peer dec56414c8 Added description to printRow 2022-01-16 11:44:48 +01:00
..
ChangeLog New version. 2022-01-13 18:24:30 +01:00
README.md Added humidity 2022-01-11 21:24:23 +01:00
bg_left.png Performance improvements: Render left side + lines. Also new designed colors. 2021-12-19 11:38:27 +01:00
bg_right.png Two screens 2021-12-19 19:52:05 +01:00
lcars.app.js Added description to printRow 2022-01-16 11:44:48 +01:00
lcars.icon.js Wrong icon. 2021-12-29 09:25:06 +01:00
lcars.png New version 2021-12-19 13:01:58 +01:00
lcars.settings.js Included altitude. 2022-01-14 13:05:17 +01:00
screenshot.png New version. 2022-01-13 18:24:30 +01:00
screenshot_2.png Updated icon and screenshots 2021-12-28 14:18:35 +01:00

README.md

LCARS clock

A simple LCARS inspired clock. Note: To display the steps, the health app is required. If this app is not installed, the data will not be shown. To contribute you can open a PR at this GitHub Repo

Control

  • Tap left / right to change between screens.
  • Tap top / bottom to control the current screen.

Features

  • LCARS Style watch face.
  • Full screen mode - widgets are still loaded but not shown.
  • Tab on left/right to switch between different screens.
  • Cusomizable data that is shown on screen 1 (steps, weather etc.)
  • Shows random images of real planets.
  • Tap on top/bottom of screen 1 to activate an alarm.
  • The lower orange line indicates the battery level.
  • Display graphs for steps + hrm on the second screen.

Data that can be configured

  • Steps - Steps loaded via the health module
  • 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
  • CoreT - Temperature of device

Multiple screens support

Access different screens via swipe left/ right

Contributors