ESP32-P3RGB64x32MatrixPanel icon indicating copy to clipboard operation
ESP32-P3RGB64x32MatrixPanel copied to clipboard

Image from Wi-Fi

Open D1no5 opened this issue 1 year ago • 2 comments

Really appreciate this library. It's been working great for the "examples" but I can't seem to get the image from wifi to work.

When I upload an image (2:1 as recommended in the readme), the screen goes blank from its standard screen (the standard screen that shows me the ip address).

I've tried other images, and different resolutions.

D1no5 avatar Dec 19 '23 04:12 D1no5

Could you check if the image conversion is running as expected? For example, putting p pix before sending will dump the pixel values, which should be an array of various numbers.

NeoCat avatar Dec 24 '23 03:12 NeoCat

Thanks for responding. I actually figured it out. For some reason Jpgs weren't working for me. Found a PNG, works perfectly.

Appreciate it!

D1no5 avatar Dec 24 '23 04:12 D1no5