raspberrypi / pico-playground

BSD 3-Clause "New" or "Revised" License
438 stars 92 forks source link

Sprite composition in ram, from flash. #31

Closed barbiani closed 1 year ago

barbiani commented 1 year ago

Hello everybody,

I'd like to make a screen with a bunch of sprites that are a combination of simpler images.

The base images would be stored in flash and composed into ram on demand. The display would work from RAM then...

I understand that the packed images might be rle encoded and some work will be needed to compose them if this code is not already there somewhere else in the project.

What do you think?

Thank you.

JamesH65 commented 1 year ago

Probably best to ask this sort of question on the forums, more people there who will be able to give an answer, perhaps even people who have already done it.

forums.raspberrypi.com