Skip to content

Releases: m5stack/M5Unified

0.2.2

13 Dec 03:39
eb06079
Compare
Choose a tag to compare
  • add support M5PaperS3 ( need EPDiy library )
  • fix battery level error

0.2.1

25 Nov 08:14
4153761
Compare
Choose a tag to compare
  • Fixed an issue where speakers and microphone would not work properly
  • Fix compile error for ESP32C6

0.2.0

08 Nov 07:38
cf1aec3
Compare
Choose a tag to compare
  • ESP-IDF v5 Compatible Fix
  • Add support AtomS3R / AtomS3RExt / AtomS3RCam
  • Add support AtomDisplay with AtomS3R seriese
  • Subdivided Atom series board identification
    • AtomLite
    • AtomMatrix
    • AtomEcho

0.1.17

22 Sep 21:23
da41430
Compare
Choose a tag to compare
  • Change the initial value of serial_baudrate to 0 (Serial non initialize)
  • add support AtomS3R
  • add M5.Power.getVBusVoltage() function
  • improve M5.Power.setExtOutput(true) for CoreS3/S3SE
  • improve some function in M5.Power.Axp2101

0.1.16

02 Jun 14:04
e0dd4f8
Compare
Choose a tag to compare

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

31 Mar 14:18
de75290
Compare
Choose a tag to compare
  • 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

04 Mar 06:26
725c654
Compare
Choose a tag to compare
  • 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

0.1.12

29 Dec 12:28
8b25496
Compare
Choose a tag to compare

bug fix

  • Cannot set low sampling rate with StickCPlus2's microphone
  • Speaker/mic does not work with ESP-IDF v5.0.x
  • external_imu doesn't work
  • Unable to obtain high frequency data from MPU6886

0.1.11

21 Nov 08:33
10f154c
Compare
Choose a tag to compare

update

  • Fixed a bug that caused an error when the compiler warning level was maximized.
  • Updated some sample code.
  • Updated readme.

0.1.10

12 Oct 08:13
772d93a
Compare
Choose a tag to compare

bug fix

  • Compile error with ESP-IDF v5
  • Compile error with ESP32C3
  • missing mic support with M5Capsule

New Supported Devices

  • M5Cardputer

Improve

  • added getPin function.