Bodmer / JPEGDecoder

A JPEG decoder library
Other
220 stars 64 forks source link

How does JPEGDecoder work on the sprite of tft espi? #86

Open fzzdcode opened 2 months ago

fzzdcode commented 2 months ago

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); <== How does it work here?

spr. pushSpite (0,0); delay (1); }