When creating watch faces, I often wanted a few more functions. For example, the possibility of being able to display missed calls on the watch face. Unfortunately, our watches do not offer this option. Or is it ???
By the way: These new functions (some more will follow) were NOT discovered by me. Rather, it is the result of hard work by the entire team: @pablo11, @Eric_Crochemore, @iscle, @Dr_Andy_Vishnu. And many thanks also to @Marco_Ferreira, who helped us a lot with his knowledge.
I was looking for an arraytype that indicates whether Bluetooth, Mobile data or Wlan is switched on. Haven’t found it yet…
However, I found the following:
Rotate 11 and 12 show something that I don’t know what it is yet. They don’t repond to mulrotate (which is no surprise since already rotate 7 doesn’t either)
Rotate 14 creates a pendular movement (whoever might find this useful)
Arraytype 61 and 63 show something corresponding to battery and they use as many items in the digital.xml as you offer them…
Who can solve the misteries?
By the way, I do not understand the explanation to arraytype 15 in the manual.
What does it do?
array_special_second
The second hand of running image. Walked as a color and not walked as another color. Please use the ff0000,000000 </ colorarray> to configure color. The front is light colors and the behind is the dark colors. Please check the Example 3
arraytype “15” seems to take the colorarray first color as “bright color”, the second color as “dark color”. Then, it checks if the minute is odd and does something with that info… This does not take any drawable, it seems to draw some lines by itself.