FabGL
ESP32 Display Controller and Graphics Library
|
Helper class to disable fabgl interrupts and automatically resume them on scope exit. More...
#include <fabutils.h>
Helper class to disable fabgl interrupts and automatically resume them on scope exit.
Example:
void func() { AutoSuspendInterrupts autoInt; // now fabgl interrupts are suspended ...do something... } // on exit interrupts are resumed