Question
Dynamic create bitmap
I want to create bitmap dynamically. I called bmpId = Bitmap::dynamicBitmapCreate(800, 480, Bitmap::RGB565); I found bmpId is 0xffff.
and then call Bitmap::cacheGetAddress(bmpId);
system will dead loop in Bitmap::cacheGetAddress(bmpId);