Zooming the image in A. GFX

Zooming the image in Adafruit GFX,how to load bitmap bigger than its array (load zoomed version of bitmap) in adafruit gfx. (stored in PROGMEN), when i enter bigger value, i get a glitchy thing

Only you can answer that question since only you can see your code.

How to get the best out of this forum - Using Arduino / Installation & Troubleshooting - Arduino Forum

theres single line of code

What makes you think you can "zoom" an image using Adafruit GFX, especially a bitmap?

The documentation for GFX is here: Overview | Adafruit GFX Graphics Library | Adafruit Learning System

because its possible, in loader, instead of i++, i=i+2 can be used, also we can draw one pixel as 2x2 rectangle

If that is what you have tried, then there are errors in your code.

Please read and follow the directions in the "How to get the best out of the forum" post.

yesno (i did something smilar (about zooming etc) but it was so bad that i cant tell)

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.