Acknowledged

No "imageFormats" in compiler.json for instinct3amoled50mm and instinct3amoled45mm

There is no "imageFormats" in compiler.json for instinct3amoled50mm and instinct3amoled45mm, and as a result a call to drawBitmap2 causes an exception on the CIQ simulator:

Error: Unhandled Exception

Exception: Source must be native color format

When I copy the section:

"imageFormats": [
"yuv",
"jpg",
"png"
],

from another device's compiler.json, the exception does not occur and the bitmaps get displayed (although not perfect: png shows with transparent pixels rendered black, jpg shows with transparency as png should, and yuv crashes the simulator).

So I would like to ask - is the missing "imageFormats" in compiler.json a deliberate omission or will it be added later?

Parents Comment Children
No Data