Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/pebble-my-data.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbahbka <bahbka@gmail.com>2014-07-13 15:58:08 +0400
committerbahbka <bahbka@gmail.com>2014-07-13 15:58:08 +0400
commit89e76572868b95d655ca709e3784af3cf5bbd516 (patch)
treee4dbe546b4f7a39dbcb5dba82c46e4810df7bb10 /README.md
parent16d647d76ec15e56148f39b230e2e71eba055e53 (diff)
Scroll to defined offset.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index b6e4d44..60dfe11 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Inspired by [Pebble Cards](http://keanulee.com/pebblecards).
* Black/white theme switched from JSON
* Turn on light from JSON
* Blink content from JSON
-* Scroll-up content after update from JSON
+* Define scroll offset in percent after update from JSON
* Vibrate on bluetooth connection loss (configurable)
* Watches battery charge status
* Digital clock (12h/24h support), seconds dots blinking (configurable)
@@ -78,7 +78,7 @@ JSON output example (some fields are optional):
"vibrate": 0,
"font": 4,
"theme": 0,
- "scroll": 1,
+ "scroll": 33,
"light": 1,
"blink": 3,
"updown": 1,
@@ -117,9 +117,8 @@ Next update delay in seconds.
- 1 - White
### scroll
-
-- 0 - Keep position
-- 1 - Scroll up
+Scroll content to offset (in percent 0..100).
+If param not defined or >100 - position will be kept.
### light