Is image format for GTR/GTS 3/4 not Truevision_TGA (.tga) in fact?
Inviato: 10 feb 2024, 22:04
Hi everybody (first post of mine here),
after playing and fiddling with watchface making on code level, I almost bricked my GTS-4 with inadvertingly feeding it an image in the wrong format (see here). With the (true) png images I used, the watchfaces did not install and so I examined the example images(.png) on the binary level and discovered that they in fact are Truevision_TGA images, non-compressed, indexed (or paletted), 255 color, origin left top.
With wrongly using a non-indexed, compressed (RLE) left bottom version I send, as mentioned, my watch into a boot loop, which I escaped only with luck later.
Before I make another test with a (I assume) correct tga: Anybody been there before?
after playing and fiddling with watchface making on code level, I almost bricked my GTS-4 with inadvertingly feeding it an image in the wrong format (see here). With the (true) png images I used, the watchfaces did not install and so I examined the example images(.png) on the binary level and discovered that they in fact are Truevision_TGA images, non-compressed, indexed (or paletted), 255 color, origin left top.
With wrongly using a non-indexed, compressed (RLE) left bottom version I send, as mentioned, my watch into a boot loop, which I escaped only with luck later.
Before I make another test with a (I assume) correct tga: Anybody been there before?