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

sprites: output to bitmap image #436

Closed
bmedici opened this issue Aug 3, 2023 · 3 comments
Closed

sprites: output to bitmap image #436

bmedici opened this issue Aug 3, 2023 · 3 comments
Labels
enhancement New feature or request stale Inactive issues

Comments

@bmedici
Copy link

bmedici commented Aug 3, 2023

Carefully written requests are more likely to be given priority.
丁寧に記述された要望は優先して対応される可能性が高くなります。

Is your feature request related to a problem? Please describe.
For some projects, I find myself using the display the same way:

  • prepare a display background (things that never change)
  • store this into a sprite
  • push this background
  • draw above it for the updating parts
    When the display area is big, we may be unable to allocate memory for these sprites.
    The background part never changes and could be stored permanently.

Describe the solution you'd like
Generating the background on the device si mandatory, as doing this using external software would not be pixel-perfect.
I'd like to be able to generate this background, store it as a bitmap file on the board, in the SPIFFS filesystem for example.
This way I could import it easily everytime I need to redraw.

Describe alternatives you've considered
Storing this background into a sprite is easier and seem a better idea. However, it uses RAM and for "large" sprites, this option is not possible with only 4MB of RAM and far less os contiguous useable RAM.

Additional context
Thank for any solution to this !

@bmedici bmedici added the enhancement New feature or request label Aug 3, 2023
@github-actions
Copy link

github-actions bot commented Sep 2, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Inactive issues label Sep 2, 2023
@github-actions
Copy link

github-actions bot commented Sep 9, 2023

This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.

@github-actions github-actions bot closed this as completed Sep 9, 2023
@bmedici
Copy link
Author

bmedici commented Sep 27, 2023

No interest or plans about this idea ?

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

No branches or pull requests

1 participant