Skip to content

OnDiskGif - GIF with transparent background shows a black background #7687

@ryatkins

Description

@ryatkins

CircuitPython version

Adafruit CircuitPython 8.1.0-beta.0 on 2023-03-01; RP2040-LCD-1.28

Code/REPL

#code from docs

start = time.monotonic()
odg.next_frame() # Load the first frame
end = time.monotonic()
overhead = end - start

face = displayio.TileGrid(
    odg.bitmap,
    pixel_shader=displayio.ColorConverter(
        input_colorspace=displayio.Colorspace.RGB565_SWAPPED
    ),
)
splash.append(face)
main.append(splash)

Behavior

Transparent backgrounds are showing black

Description

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions