bitluni / ESP32Lib

http://bitluni.net/esp32-vga/
441 stars 78 forks source link

Fix for incompatibility between interrupt VGA modes and SPIFFS/WIFI #37

Closed Martin-Laclaustra closed 4 years ago

Martin-Laclaustra commented 4 years ago

Fixes interrupt clearance. Interrupt() call to child replaced by pointer to a static function with instance as argument. IRAM flag in routines. Also fixes an error in rendering in VGA6BitI. Fixes #31