Releases: m5stack/M5GFX
Releases · m5stack/M5GFX
0.2.3
0.2.2
0.2.0
- 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
0.1.16
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
0.1.14
- 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 )
0.1.13
-
Fixed a defect in AirQ's EPD drawing process.
-
Fixed an issue where pixel readout might not work correctly on ESP32-S3 models.
-
Fixed build error for ESP-IDF v5
-
Enable copyRect function of AtomDisplay/ModuleDisplay
-
Added various setting functions to LGFX_Button class
-
Add drawing function
- drawSmoothLine,drawGradientLine
- drawWideLine,drawWedgeLine
- drawSpot,drawGradientSpot
- drawGradientHLine,drawGradientVLine,fillGradientRect
-
Added functionality for native builds
- Added the ability to draw the main body image
- Added the ability to change the orientation using the keyboard [L][R] during operation.
- Added a function to change the display size using the keyboard [0]~[6] during operation.
-
Improved color reproducibility for NTSC/PAL output
0.1.12
Important Notice
- The copyRect function is no longer available in ModuleDisplay/AtomDisplay in order to support the new FPGA lot.
Fixed bugs
- Some processes that handle files do not work correctly.
- Image drawing using writeImage does not work correctly on PC
- Compilation error with ESP-IDF 5.3.0
- Compilation error on ESP32C3
New support
- Compatible with SdFat32 and SdExFat
- Compatible with GDEW0154D67
0.1.11
bug fix.
- Fixed a bug that prevented CoreInk from working with newer revisions of the EPD driver IC.
- Fixed a bug that prevented jpeg rendering in native builds.
Improve.
- Native builds support emulation of product lines using StampS3.
- Adjustment for ArduinoESP32 v3.0.
- Compatible with LittleFS and FFat.