Replies: 2 comments
-
Transparency is not supported due to the absence of a frame buffer. However, you can still achieve partial transparency drawing PNGs by providing a mask. A True value for the mask parameter will prevent pixels with zero alpha channel values from displaying. Drawing masked PNGs is slower, as each visible line segment is drawn individually. Please take a look at the alien.py program in the examples/png folder for an example of using a mask. If you are using a ESP32-S3 device the s3lcd driver driver uses a frame buffer and supports transparency. |
Beta Was this translation helpful? Give feedback.
-
What do you mean by partial? |
Beta Was this translation helpful? Give feedback.
-
Does this library support drawing transparent images?
Beta Was this translation helpful? Give feedback.
All reactions