pushImage with transparency #1160
-
Hey there,
And then I realized I was trying to use a Sprite object and came to learn that the pushImage() function isn't supported inside of Sprites WITH transparency (and with PROGMEM/const data pref). Is there a reason for this missing item other than it just hasn't been implemented? Or is there some other obvious way that I can push a 16-bit color image into a Sprite area where there is a pixel value that should be transparent? --robobob |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Yes, not all possible permutations have been implemented. You can push a sprite to another sprite with transparency. |
Beta Was this translation helpful? Give feedback.
Yes, not all possible permutations have been implemented.
You can push a sprite to another sprite with transparency.