Skip to content

Exposed buffer_mut#257

Open
DorukCem wants to merge 1 commit into
rust-embedded-community:mainfrom
DorukCem:main
Open

Exposed buffer_mut#257
DorukCem wants to merge 1 commit into
rust-embedded-community:mainfrom
DorukCem:main

Conversation

@DorukCem
Copy link
Copy Markdown

Fixes #256
This allows callers to apply transformations to the buffer, for example to work around the color inversion on 7in5_v2: display.buffer_mut().iter_mut().for_each(|b| *b = !*b)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The colors for 7in5v2 are inverted

1 participant