Weather render problem in AmazfitBipTools-1.0.3.1
Posted: 20 Apr 2019, 10:21
hello.
i have this code for weather text temperature:
in editor looks fine and the text is aligned to the right side. but when create bin file with AmazfitBipTools-1.0.3.1, text is aligned from left. amazfitbiptools ignore my settings ("Alignment": "TopRight",), or i missed something? thank.
i have this code for weather text temperature:
Code: Select all
"Temperature": {
"Current": {
"Number": {
"TopLeftX": 138,
"TopLeftY": 136,
"BottomRightX": 171,
"BottomRightY": 145,
"Alignment": "TopRight",
"Spacing": 2,
"ImageIndex": 50,
"ImagesCount": 10
},
"MinusImageIndex": 102,
"DegreesImageIndex": 103
}
}
}
