witnessmenow / ESP32-Trinity

An Open Source ESP32 board for connecting to HUB75 Matrix Panels
Other
236 stars 32 forks source link

Fixed JPEGDraw, incorrect return type for open in JPEGDEC.h. #27

Closed dylduhamel closed 5 months ago

dylduhamel commented 6 months ago

Fix for JPEGDraw function which now needs int return value for JPEGDEC.h. Also removed #define FS_NO_GLOBALS as it prevented File type from being declared.

witnessmenow commented 5 months ago

Thanks!