Skip to content

Bit scaling#187

Open
WinWrap wants to merge 7 commits into
russhughes:masterfrom
WinWrap:bit-scaling
Open

Bit scaling#187
WinWrap wants to merge 7 commits into
russhughes:masterfrom
WinWrap:bit-scaling

Conversation

@WinWrap
Copy link
Copy Markdown

@WinWrap WinWrap commented Oct 2, 2025

  1. Draw a bitmap directly without creating the intermediate color565 image.
  2. Scale an image using the new blit_bitmap_mosaic and blit_buffer_scaled method.
    Greatly reduce memory and time requirements when drawing bitmap or scaled images.

WinWrap and others added 7 commits September 30, 2025 08:27
demonstrate blit_buffer_scaled method usage
1) blit_bitmap draws a 1 bit per pixel byte array which avoids creating the intermediate 565 color array
2) blit_bitmap_mosaic draws from a 1, 2, 4 or 8 bit bitmap byte array and using a lookup 565 color array which can scale the bitmap
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

Successfully merging this pull request may close these issues.

1 participant