2024-05-29 11:52 PM
Hi there,
I am using cubeMx and TouchGFX to show some UI.
I set the display format to RGB 565 in both cubeMX LTDC and TouchGFX config.
But in the generated code by touchgfx, all the images are stored by RGB888 or ARGB8888 format(in the path "TouchGFX\generated\images\src\*.cpp").
Because I just need RGB565, can I just store the bit I need?
Thank you.
Solved! Go to Solution.
2024-05-30 01:35 AM - edited 2024-05-30 01:38 AM
2024-05-30 01:35 AM - edited 2024-05-30 01:38 AM
Maybe this helps?
2024-05-30 09:22 AM
Thank you, that's what I need.