2025-05-15 1:08 PM - last edited on 2025-05-30 1:56 AM by LouisB
Hi, I am creating a DynamicBitmapCreateExternal() for RGB565, but the image shows up faded. Is there any fix for this? I made sure to set cache for it. I also tried for L8 and it didn't show.
Solved! Go to Solution.
2025-05-23 2:26 AM
Hello @Priyank ,
I am glad that RGB888 meet your requirements.
Can you select your last message as "best answer"?
Regards,
2025-05-27 11:21 AM
2025-05-28 8:24 AM
Hello @Priyank ,
Yes, I will talk about it with the team!
Regards,
2025-10-12 1:17 PM
2025-10-12 10:55 PM
2025-10-23 12:14 PM
Hello, @GaetanGodart @JohanAstrup
I've run the same tests under TouchGFX 4.26.0, but I still run into the issue of the image looking grainy/faded. Does stm32cubeIde also need to be updated? I am running that on an older version (1.16.1)
static uint16_t cacheSize[512];
Bitmap::setCache(cacheSize, sizeof(cacheSize),1);
volatile BitmapId bmpId = Bitmap::dynamicBitmapCreateExternal(185, 43,(void*)image_logo, Bitmap::BitmapFormat::RGB565);