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

Use DataFormat::U16BEIter to prevent endianness issue #9

Closed
IniterWorker opened this issue Sep 25, 2024 · 0 comments
Closed

Use DataFormat::U16BEIter to prevent endianness issue #9

IniterWorker opened this issue Sep 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@IniterWorker
Copy link
Owner

IniterWorker commented Sep 25, 2024

Description

We are using an u16 in BigEndian format.

The display-interface crate provides DataFormat::U16BEIter .

Iterator over unsigned 16bit values to be sent in big endian byte order

@IniterWorker IniterWorker added the enhancement New feature or request label Sep 25, 2024
@IniterWorker IniterWorker changed the title Use embedded_graphics color to prevent endianness issue Use DataFormat::U16BEIter to prevent endianness issue Sep 26, 2024
@IniterWorker IniterWorker self-assigned this Sep 26, 2024
@IniterWorker IniterWorker added bug Something isn't working and removed enhancement New feature or request labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant