christian-draeger / watch-plus-plus

An adjustable clock with date display for the card10 badge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

watch++

watch++

An adjustable clock with date and battery display for the card10 badge. You'll always find the latest revision at Hatchery

Recommended

  • Firmware >= 1.9

Features

  • Displays time as a seven-segment display
  • Displays date including current weekday
  • Displays seconds as a bar at the bottom of the screen that become brighter the more seconds of a minute has been reached
  • Allows changing the time and date completely via buttons
  • Power-Management / Power-Safing
    • Automatically adjust brightness of display to safe battery
    • UI renders with 1FPS
    • Displays the Battery status of your card10-badge
    • Display charging icon beneath battery indicator when charging

Controls

  • long press button in the lower left corner to switch into edit mode
    • allows to set hour, minute, second, day, month, year
  • use upper right button to increment value (+)
  • use lower right button to decrement value (-)

Optional

To run watch++ as the defaut app edit the main.py in the root folder of your card10 badge. Replace the line

default_app = "apps/analog_clock/__init__.py"

with

default_app = "apps/watch/__init__.py"

About

An adjustable clock with date display for the card10 badge.

License:MIT License


Languages

Language:Python 98.7%Language:Shell 1.3%