Skip to content

How to uncompress compressed pixelmaps in GUIX? #117

@automotiveUser

Description

@automotiveUser

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    hardwareNew hardware or architecture support request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions