User Activity

Posted on May 23, 2015 at 15:21 Hi, I have a framebuffer at addr ''FB'' and a image at addr ''IM'', I want to add the image to the framebuffer with alpha blending, eg, FB=FB+IM. All images is in ARGB8888 I currenyly do this: DMA2D_B...