fix picture buttons for esp32

This commit is contained in:
gemu2015 2022-02-05 07:28:10 +01:00
parent 119cea29bb
commit 262b930117

View File

@ -31,6 +31,10 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. POSSIBILITY OF SUCH DAMAGE.
*/ */
#ifdef ESP32
#define USE_UFILESYS
#endif
#include "Adafruit_GFX.h" #include "Adafruit_GFX.h"
#include "glcdfont.c" #include "glcdfont.c"
#ifdef __AVR__ #ifdef __AVR__