Does the FR955 properly support DrawBitmap2() or not?

Does the FR955 properly support DrawBitmap2() or not?  It is listed in the list of supported devices for the function, but when I use it, in the simulator, I get messed up graphic images.  The colors and the scaling transformation get messed up it seems.  I don't know if it is a simulator bug, or the device doesn't really support the function.

I am using connectiq-sdk-win-7.2.1

It seems like there is an issue with the packingFormat attribute for the bitmap element in the drawables.xml file.  

I am using png files.  If I set packingFormat="png"  drawBitmap and drawBItmap2 gives incorrect results.  When I remove the packingFormat attribute entirely drawBitmap and drawBItmap2  work fine.

Now the question is what happens on a real device?