JPEGDecoder icon indicating copy to clipboard operation
JPEGDecoder copied to clipboard

A JPEG decoder library

Results 14 JPEGDecoder issues
Sort by recently updated
recently updated
newest added

嗨博德默, 再次感谢您对图书馆的支持,我使用的ESP32是DOIT ESP32 DEVKIT V1 屏幕是2.4TFT ILI9341。所用示例是ESP32_SDcard jpeg.ino 所用图片是示例自带的,调试区正常输出图片数据,TFT屏幕没有正常输出图片,反而显示一些密密麻麻的横线,这是存在什么问题呢。! 感谢您的任何输入:)

https://github.com/Bodmer/JPEGDecoder/blob/master/examples/Adafruit_GFX/NodeMCU_Jpeg/NodeMCU_Jpeg.ino esp8266 drawjpeg is undefined. I have included your lib.

More info needed
Can't replicate

How does JPEGDecoder work on the sprite of tft espi? TFT_eSprite spr=TFT_eSprite (&tft); Void loop() { spr. fillSprite(TFT_RED); spr. pushImage (191,0, jpgDecoder_buff);

Hello, it is possible to load JPG image from url and display it on TFT? Thanks David