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

Extend the use of numpy to other displays #319

Open
mathoudebine opened this issue Sep 14, 2023 · 1 comment
Open

Extend the use of numpy to other displays #319

mathoudebine opened this issue Sep 14, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@mathoudebine
Copy link
Owner

Numpy is used for RGB565 conversion in lcd_comm_rev_a.py
This change has been added in this PR: #317
It could be extended to other display driver classes that also use RGB565 like at least lcd_comm_rev_b.py

Numpy could also be used for transpose/rotate operations (only if it does not impact performances negatively)

@mathoudebine mathoudebine added the enhancement New feature or request label Sep 14, 2023
@mathoudebine
Copy link
Owner Author

FYI @hchargois

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant