How to store the image with format RGB565 in BitmapDatabase file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-30 1:35 AM - edited ‎2024-05-30 1:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-30 1:35 AM - edited ‎2024-05-30 1:38 AM
Maybe this helps?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-30 9:22 AM
Thank you, that's what I need.
