Bodmer / JPEGDecoder

A JPEG decoder library
Other
220 stars 64 forks source link

drawJpeg is undefined when using lib #72

Open geetee24 opened 1 year ago

geetee24 commented 1 year ago

https://github.com/Bodmer/JPEGDecoder/blob/master/examples/Adafruit_GFX/NodeMCU_Jpeg/NodeMCU_Jpeg.ino

esp8266 drawjpeg is undefined. I have included your lib.

Bodmer commented 1 year ago

It is defined here. Since this is an ino file in the sketch it should be loaded.

Have you modinfied the sketch? Are you using the Arduino IDE and loaded the sketch from the library examples menu?