cfGUI
cfGUI copied to clipboard
A simple GUI library for M5Stack (ESP32)
I have a working code that supports M5Stack Core2. A couple of things require design decisions to make the cfGUI library compatible with Core and Core2 (if both should be...
There is an issue with the order in which private fields are declared in cpp files. It's a trivial fix and will issue a PR soon. This issue is just...
Declaration order changed in Widget.h and WidgetMosaic.h to fix compilation error [-Werror=reorder]