Bitwise Zoom

2

SP4CEBAR 2024-07-18 19:04 (Edited)

A ROM array to zoom 8 bits in or out

I will use this for sprite zoom in the LowRes Coder framework.
Unfortunately, it takes 9 frames to fill this ROM array.

In this demo, you can select a value with the horizontal touch position. Five lines are shown for each value:

  1. zoomed out 4x
  2. zoomed out 2x
  3. neutral
  4. zoomed in 2x
  5. zoomed in 4x

Used in my LowRes Coder Framework


Log in to reply.