m5stack / M5GFX

Graphics library for M5Stack series
MIT License
173 stars 47 forks source link

DataWrapper.hpp: fix template arguments #71

Closed mhaberler closed 1 year ago

mhaberler commented 1 year ago

to keep M5GFX/develop (and I guess 0.1.11) building with Arduino-3.0 this patch is needed

gcc12.2 is used in Arduino-3.0 and it is pickier than gcc8

maybe want to make that conditional on the GCC version?

lovyan03 commented 1 year ago

Thanks for your PR !!