File tree
4 files changed
+36
-3
lines changed- m5stack
- components/M5Unified
4 files changed
+36
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
17 | 32 |
| |
18 | 33 |
| |
19 | 34 |
| |
|
- README.md+2
- idf_component.yml+5
- library.json+1-1
- library.properties+1-1
- src/M5GFX.cpp+57-12
- src/M5GFX.h+8
- src/M5UnitGLASS.h+2-2
- src/M5UnitGLASS2.h+2-2
- src/M5UnitLCD.h+2-2
- src/M5UnitMiniOLED.h+2-2
- src/M5UnitOLED.h+2-2
- src/lgfx/boards.hpp+4
- src/lgfx/internal/alloca.h+11
- src/lgfx/utility/lgfx_miniz.c+902-902
- src/lgfx/utility/lgfx_miniz.h+2
- src/lgfx/utility/lgfx_pngle.c+7-7
- src/lgfx/utility/lgfx_qrcode.c+1-6
- src/lgfx/utility/miniz.h-2
- src/lgfx/v1/Bus.hpp+4-4
- src/lgfx/v1/LGFXBase.cpp+3-3
- src/lgfx/v1/Panel.hpp+1-9
- src/lgfx/v1/gitTagVersion.h+1-1
- src/lgfx/v1/lgfx_filesystem_support.hpp+1-8
- src/lgfx/v1/misc/DataWrapper.hpp+1-1
- src/lgfx/v1/panel/Panel_Device.cpp+4
- src/lgfx/v1/panel/Panel_GC9A01.hpp+2-2
- src/lgfx/v1/panel/Panel_GDEW0154D67.cpp+3-2
- src/lgfx/v1/panel/Panel_M5HDMI.cpp+1-7
- src/lgfx/v1/platforms/common.hpp+3-3
- src/lgfx/v1/platforms/device.hpp+8-2
- src/lgfx/v1/platforms/esp32/Bus_SPI.cpp+1-1
- src/lgfx/v1/platforms/esp32/common.cpp+33-25
- src/lgfx/v1/platforms/framebuffer/Panel_fb.cpp+1-5
- src/lgfx/v1/platforms/sdl/Panel_sdl.cpp+73-32
- src/lgfx/v1/platforms/sdl/Panel_sdl.hpp+9
- src/lgfx/v1/touch/Touch_FT5x06.cpp+4
- README.md+6-5
- examples/Basic/Axp2101/IRQ/IRQExample/IRQExample.ino+88
- examples/Basic/HowToUse/HowToUse.ino+9
- examples/Basic/Touch/DragDrop/DragDrop.ino
- examples/Basic/Touch/SliderUI/SliderUI.ino+228
- library.json+3-3
- library.properties+2-2
- src/M5Unified.cpp+178-107
- src/M5Unified.hpp+14-10
- src/gitTagVersion.h+1-1
- src/utility/AXP2101_Class.cpp+307-23
- src/utility/AXP2101_Class.hpp+87-1
- src/utility/I2C_Class.cpp+2-2
- src/utility/I2C_Class.hpp+3-1
- src/utility/IMU_Class.cpp+15-1
- src/utility/IMU_Class.hpp+4
- src/utility/Log_Class.cpp+3-1
- src/utility/Power_Class.cpp+24-5
- src/utility/RTC8563_Class.cpp+3-1
- src/utility/Speaker_Class.cpp+37-21
- src/utility/Touch_Class.hpp+1-1
- src/utility/imu/IMU_Base.hpp+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
| 39 | + | |
38 | 40 |
| |
39 | 41 |
| |
40 | 42 |
| |
| |||
360 | 362 |
| |
361 | 363 |
| |
362 | 364 |
| |
363 |
| - | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
364 | 382 |
| |
365 | 383 |
| |
366 | 384 |
| |
|
0 commit comments