Skip to content

More functions for images #3

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

Open
ondrap opened this issue Feb 12, 2022 · 0 comments
Open

More functions for images #3

ondrap opened this issue Feb 12, 2022 · 0 comments

Comments

@ondrap
Copy link

ondrap commented Feb 12, 2022

  • an option to 'not overwrite 0 bytes' when drawing an image would be great; that would allow composing images
  • the imgStream (and possibly imgDisplay for 1bpp images) could follow the color settings
  • specify a rotation of an image; it seems that this could be done with integer math without division: https://www.geometrictools.com/Documentation/IntegerBasedRotation.pdf

Use case: I'm trying to create a kind of navigation compass and it seems currently the only way is to stream the 1bpp image to the device. Composing it from several different images directly in the device could work much better.

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

No branches or pull requests

1 participant