CPU or DMA2D?I found these in the change log : * Added support for L8 graphics assets with 16bit, 24bit and 32bit palettes. * Added support for L8 hardware acceleration via DMA2D.It looks like the L8 image will be displayed by DMA2D.But I saw from t...
I have some trouble with the JSMOC method.In my application,one screen could contain many(over 3000) widgets.Because of the recursive JSMOC function,it can easily cause a stack overflow.Like this:
I have the same problem.I did a finger drag image experiment.When the picture is in L8 format , the setupDataCopy() will be never called . So is it completely done by the CPU?@Martin KJELDSENThis is my interface:1: L8_RGB8882: L8_RGB5653: ARGB8888Whe...