maxpautsch / SvgParser

basic SVG parser for GUI applications on ESP8266
39 stars 13 forks source link

ESp32 / LittleFS support #2

Open mgaman opened 1 year ago

mgaman commented 1 year ago

Hi, I've been looking for a library like this but for ESP32/LittleFS but with no success. I tried running your examples on an ESP32/SPIFFS board but I just get panic exceptions and rebooting. Before I dive in and start porting your stuff to ESP32 can you explain what is ESP8266 specific and what I should look out for. Hopefully it will save wasted time going up blind alleys.

Thanks David

maxpautsch commented 1 year ago

Hi David, in theory, you need only to change that line here: https://github.com/maxpautsch/SvgParser/blob/master/SvgParser.cpp#L923 .
Do you use the default display driver? Do you make use of the touchscreen calibration routine? (I think there in the example also the filesystem is used) Kind regards, Max