mirror of https://github.com/espruino/BangleApps
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
# Calendar Clock
|
|
|
|
## Features
|
|
Shows the
|
|
* Date
|
|
* Time (hh:mm) - respecting 12/24 (uses locale string)
|
|
* 3 weeks calendar view (last,current and next week)
|
|
|
|
### The settings menu
|
|
Calendar View can be customized
|
|
* < Save: Exit and save the current settings
|
|
* Show date: Choose if and how the date is displayed: none, locale [default], monthfull or monthshort.yearshort #weeknum with 0 prefixed
|
|
* Start wday: Set day of week start. Values: 0=Sunday, 1=Monday,...,6=Saturday or -1=Relative to today [default 0: Sunday]
|
|
* Su color: Set Sundays color. Values: none [default], red, green or blue
|
|
* Border: show or none [default]
|
|
* Submenu Today settings - choose how today is highlighted
|
|
* < Back:
|
|
* Color: none, red [default], green or blue
|
|
* Marker: Highlight today graphically. Values: none [default], circle, rectangle or filled
|
|
* Mrk.Color: Circle/rectangle color: red, green [default] or blue
|
|
* Mrk.Size: Circle/rectangle thickness in pixel: min: 1 to 10:max [default:3]
|
|
* < Cancel: Exit and no change. (Nevertheless missing default settings will be added and superflous settings will be removed.)
|