Skip to content

Releases: m5stack/M5GFX

0.2.6

17 Feb 08:11
b2422cd
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.5

28 Jan 12:17
0263b3e
Compare
Choose a tag to compare
  • fix compile error

0.2.4

27 Jan 02:02
c651535
Compare
Choose a tag to compare
  • Fixed a bug that caused PortA to not function properly when using ModuleDisplay.
  • Improved VAMeter and Cardputer auto-detection rules.
  • Fixed ESP32C6 build error.
  • Adjust the controls of the PaperS3.

0.2.3

17 Dec 13:41
d46feb7
Compare
Choose a tag to compare
  • Fixed a bug where the colors were light for M5PaperS3

0.2.2

13 Dec 03:27
05bb63e
Compare
Choose a tag to compare
  • add support M5PaperS3 ( need EPDiy library )
  • fix compile error

0.2.0

08 Nov 06:55
28a34af
Compare
Choose a tag to compare
  • ESP-IDF v5 Compatible Fix
  • Add support AtomS3R
  • Add support AtomDisplay with AtomS3R seriese

Full Changelog: 0.1.17...0.2.0

0.1.17

20 Sep 22:38
ff11e09
Compare
Choose a tag to compare
  • add support for AtomS3R

  • add pushAlphaImage function (alpha brending)

  • improve autodetect for CoreS3/CoreS3SE

  • improve stability for I2C bus and SPI bus

  • fix some compile error

Important notice:

This version cannot use AtomS3R and AtomDisplay together.

0.1.16

02 Jun 13:35
fa3fc1c
Compare
Choose a tag to compare

Bug fixes

  • Fixed a possible read failure when an interrupt occurs during I2C read.
  • Fixed the problem that communication would be disabled if an error occurred during I2C read.

New Model Support

  • M5StackCoreS3SE
  • VAMeter

Adjustment

  • Adjusted gamma correction table for ATOMS3 LCD.
  • Corrected initial rotation of Cardputer LCD.

0.1.15

31 Mar 13:50
b490abf
Compare
Choose a tag to compare
  • M5StickC, CPlus, CPlus2 changed to use HSPI for LCD control (previously used VSPI)
  • Fixed a bug where the combination of Core2 v1.1 and ModuleDisplay did not work.
  • Supported operation with ESP32C6

0.1.14

20 Mar 13:32
140d83f
Compare
Choose a tag to compare
  • Fixed a defect in AirQ EPD drawing control
  • Supports LCD revision changes for models equipped with ST7789
  • Fixed an issue where lines were not drawn when width 0 was specified for drawEllipse and fillEllipse.
  • Added compile option to specify modifier keys for keyboard shortcut keys when building SDL ( M5GFX_SHORTCUT_MOD )