Watchmaker Wiki

The ultimate watch maker for Android Wear!

User Tools

Site Tools


tips:flashingtext

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
tips:flashingtext [2015/01/28 19:35] – [Flashing] jt3tips:flashingtext [2015/01/28 19:39] – [Flashing/Alternating Text or Graphics] jt3
Line 1: Line 1:
 ====== Flashing/Alternating Text or Graphics ====== ====== Flashing/Alternating Text or Graphics ======
  
-Ever want to display flashing text?  How about a battery indicator that flashes when the battery drops below 20%?  Or, maybe you'd like to show weather and date in the same space?  Here's how.+Ever want to display flashing text?  How about a battery indicator that flashes when the battery drops below 20%?  Or, maybe you'd like to show weather and date in the same space?  Here's how.  All example formulas are designed for the **opacity** field.
  
 ===== Examples ===== ===== Examples =====
Line 7: Line 7:
 ==== Flashing ==== ==== Flashing ====
  
-   {drss}%6>=3 and 100 or 0+   {drss}%6<3 and 100 or 0
 ==== Conditional Flashing ==== ==== Conditional Flashing ====
  
-   {bl}>=20 and 100 or {drss}%6>=3 and 100 or 0+   {bl}>=20 and 100 or {drss}%6<3 and 100 or 0
  
 ==== Alternating ==== ==== Alternating ====
tips/flashingtext.txt · Last modified: 2015/01/28 19:39 by jt3