Releases: m5stack/M5GFX
Releases · m5stack/M5GFX
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.
0.1.10
0.1.9
0.1.8
update
- Fixed build error in ESP-IDF v5 series
- Eliminates flickering when drawing QR codes
- platform = native build (running on PC) supported by PlatformIO
- Changed specifications so that memory is not immediately released when drawing PNGs.
With this addition, the function releasePngMemory() was added to release memory after drawing PNGs.
Newly supported devices
- M5StickCPlus2
- M5Dial
- UnitMiniOLED
- UnitGLASS2
0.1.7
0.1.6
0.1.5
0.1.4
Bug Fixes
- Fixed a noise bug in ATOMDisplay / ModuleDisplay during image transfer.
- Fixed a bug that prevented JPG and PNG rendering from working properly when the orientation was changed by setRotation.
- Fixed a bug that I2C communication speed was slower than specified in ESP32S3.
- Fixed a compile error bug in ESP-IDF v5
Specification Change
- Changed the rotation direction of ModuleRCA, setting the positive position to 1 as in ATOMDisplay, etc.
- Adjust the backlight brightness of ATOMS3.
- Changed class inheritance source for external displays to M5GFX.
Additional Functions
- Added support for UnitRCA.
- ATOMDisplay / ModuleDisplay now stops signal output when sleep or wakeup is used.
- A new config structure for external displays has been added, which can be configured by passing the structure to the constructor.