Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
964 stars 227 forks source link

Adding ability to read pictures from USB #521

Open goguelnikov opened 1 year ago

goguelnikov commented 1 year ago

Hello, It would be howsome to be able to read picture from the USB stick to display it on the screen, either by reading a separate file of by reading the MP3 artwork. here is an example where I was able to read a BMP from the USB using the CH376 driver: DrawBMP it's not a clean code, but it's a POC at least if anyone can do better, let me know Best