Skip to content

The colors for 7in5v2 are inverted #256

@DorukCem

Description

@DorukCem

Basically what the title says. Black produces white and white produces black. There seems to be no method to invert the colors on the display either. If there was a buffer_mut method I could maybe do this:
self.display.buffer_mut().iter_mut().for_each(|b| *b = !*b)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions