File tree
4 files changed
+415
-241
lines changed- m5stack
- components/M5Unified
- modules
- startup
- widgets
4 files changed
+415
-241
lines changed- README.md+1
- examples/PlatformIO_SDL/platformio.ini+4-1
- examples/PlatformIO_SDL/src/sdl_main.cpp+5-28
- src/M5GFX.cpp+132-49
- src/M5UnitGLASS.h+3-1
- src/M5UnitGLASS2.h+198
- src/M5UnitMiniOLED.h+3-2
- src/lgfx/boards.hpp+2
- src/lgfx/v1/LGFXBase.cpp+18-4
- src/lgfx/v1/panel/Panel_GC9A01.hpp+5-4
- src/lgfx/v1/platforms/esp32/Light_PWM.cpp+10-7
- src/lgfx/v1/platforms/esp32/common.cpp+20-17
- src/lgfx/v1/platforms/sdl/Panel_sdl.cpp+28-4
- src/lgfx/v1/platforms/sdl/Panel_sdl.hpp+2
- src/lgfx/v1/platforms/sdl/common.hpp+3
- README.md+3
- examples/Basic/Displays/Displays.ino+44-8
- examples/Basic/HowToUse/HowToUse.ino+55-10
- examples/PlatformIO_SDL/README.md+3
- examples/PlatformIO_SDL/platformio.ini+66
- examples/PlatformIO_SDL/src/sdl_main.cpp+25
- examples/PlatformIO_SDL/src/user_code.cpp+61
- src/M5Unified.cpp+30-11
- src/M5Unified.hpp+52-10
- src/utility/Power_Class.cpp+58-24
- src/utility/Power_Class.hpp+2-1
- src/utility/RTC8563_Class.cpp+22-2
- src/utility/RTC8563_Class.hpp+21-9
0 commit comments