Releases: m5stack/M5Unified
Releases · m5stack/M5Unified
0.2.2
0.2.1
0.2.0
0.1.17
0.1.16
New Model Support
- M5StackCoreS3SE
- VAMeter
Adjustment
- The behavior of the speaker class with ESP32C6 has been corrected.
- In the argument of the read method of the I2C class, it is now possible to specify whether or not to return a nack response at the end.
- The setClock functions have been implemented in the I2C class
- The following functions in the AXP2101 class have been implemented
setPreChargeCurrent
setAdcState
getVBUSVoltage
getInternalTemperature
0.1.14
-
added support for NanoC6 (Currently there is a problem with using external Speaker/Mic)
-
Fixed a bug that prevented compilation for ESP32C3.
-
Fixed a bug where the model identification of M5Capsule was not working correctly.
-
Fixed a bug where 5V was not output to the external port depending on the M5Station revision.
-
Added M5.Log.dump function.
-
Added getClickCount function to M5.Touch detail.
-
Added channel selection item to use left or right when monaural in M5.Mic settings.
-
Changed M5.Power.INA3221 instance to array[2]. (Compatible with M5Station)
0.1.13
- Countermeasures for cases where model determination of M5StampS3 and M5AtomS3Lite fails
- Fixed the issue where the IRQ pin was always LOW on M5StickC/CPlus (corrected settings for AXP192)
- Added M5.Imu.sleep function. (Currently only compatible with MPUxxxx series IMU)
- Added a function for determining flick/drag operations to M5.Touch.
- wasFlickStart,isFlicking,wasFlicked
- wasDragStart,isDragging,wasDragged