DigitalNumber - m0tral/EasyFace GitHub Wiki

With this function it is possible to create number-based components that are used to display data sources such as: Hour, Minute, Second, Day, Month, Year, the first and second digits of the source can be displayed separately: Hour low, Hour high, Minute high, Minute low, etc.

Notes for MB7Pro and MB8 :

Only Hour High/Low, Minute High/Low, Seconds High/Low should be used as a data source for correct display of readings on the face. So you need 4 complete sets of images representing the numbers 0 to 9 + the negative sign. As a negative sign, another number 0 is generally used or in the case of temperature for the weather, the "-" is used as a data source. The same image cannot be used for two different data sources. The naming of the images must be unique and the dimensions must be the same for each single set.

WatchFace example for MB7PRO (also applies to MB8):

N00

WatchFace example for RW3 (also applies to MB8PRO):

N01

Back to main