Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to uncompress compressed pixelmaps in GUIX? #117

Open
automotiveUser opened this issue Apr 30, 2024 · 0 comments
Open

How to uncompress compressed pixelmaps in GUIX? #117

automotiveUser opened this issue Apr 30, 2024 · 0 comments
Labels
hardware New hardware or architecture support request

Comments

@automotiveUser
Copy link

Is this request related to a particular hardware platform, SoC, board? Please describe.
No hardware platform related question.

Describe why you are asking for this support?
Hi, I want to draw a PNG file as background by using the graphics driver of my microcontroller (with hardware acceleration) which expects uncompressed data, let's say the image as byte array. So I need to use the GUIX driver interface function gx_display_driver_pixelmap_draw and implement it by myself by using my graphics driver. In the documentation (Chapter 4: GUIX Studio Resources) you write that optionally the pixelmaps can be compressed with a proprietary GUIX compression algorithm. Is there any way to decompress the pixelmap data since my graphics driver needs uncompressed data? Hint: I know that I can uncheck the "Compress" option, but I would like to use the compression feature to minimize the code size.

Thanks!

@automotiveUser automotiveUser added the hardware New hardware or architecture support request label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hardware New hardware or architecture support request
Projects
None yet
Development

No branches or pull requests

1 participant