Skip to content

Releases: m5stack/M5Unified

0.2.7

17 May 12:50
bf322a0
Compare
Choose a tag to compare
  • fix compile error

0.2.6

16 May 08:16
fe99562
Compare
Choose a tag to compare
  • add support Tab5
  • add support ModuleDisplay for Tab5
  • add support MBus with M5.getPin

0.2.5

06 Mar 07:46
5d35952
Compare
Choose a tag to compare
  • add M5.getButton method ( for related library )

0.2.4

17 Feb 08:20
e9e9e21
Compare
Choose a tag to compare
  • Fix SPI Bus error for ESP-IDF v5.4
  • Add support for StampPLC
  • fix clearDisplay for LCD models

0.2.3

27 Jan 05:44
7e840c1
Compare
Choose a tag to compare
  • Add support for ATOMIC ECHO BASE. ( config.external_speaker.atomic_echo )
  • Improved PaperS3 power handling and screen clearing.
  • Added the setTouchButtonHeight function
    ( which allows you to treat the bottom of the touch screen of CoreS3 and PaperS3 as BtnA~BtnC . )

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