Bodmer / JPEGDecoder

A JPEG decoder library
Other
220 stars 64 forks source link

compatibility with TFT_eSPI for esp 66 #38

Closed ersivv closed 5 years ago

ersivv commented 5 years ago

Please add in JPEGDecoder.h for compatibility with TFT_eSPI for esp8266 in PlatformIO

ifndef USER_SETUP_LOADED // Lets PlatformIO users define settings in platformio.ini

#include "User_Config.h"

endif // USER_SETUP_LOADED

Example https://github.com/Bodmer/TFT_eSPI/blob/master/User_Setup_Select.h

Bodmer commented 5 years ago

Added #ifndef JPEGDECODER_SETUP_LOADED to avoid conflict with TFT_eSPI settings.