NeoCat / ESP32-P3RGB64x32MatrixPanel

ESP32 Arduino library for the P3 64x32 RGB matrix panels
MIT License
136 stars 30 forks source link

Image from Wi-Fi #33

Open D1no5 opened 7 months ago

D1no5 commented 7 months ago

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.

NeoCat commented 6 months ago

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.

D1no5 commented 6 months ago

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

Appreciate it!