Display PNG images?
-
The M5Stack can display JPG images (compressed, lossy) and BMP images (uncompressed). BMP is a rather archaic format, so I was wondering if the M5Stack can display the more modern PNG format (compressed, lossless)?
Alternatively, how can I use the
drawBitmapfunction starting from a PNG image? I need the process to be automated, so using 3rd party conversion apps is not an option. The conversion (PNG -> bitmap data that the M5Stack can display) can be performed either on the M5Stack or on my external server using Node.js. Raise your hand if you know how it can be done :) -
Currently there is no support for png images in the micropython port that form the firmware of the m5Stack range.
BMP is its raw uncompressed state is a simple file to translate along with base level jpg (not JPEG!)
Until such time that a codec exist for micropython, we are all stuck with converting graphics into base level formats.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login