Skip to content

Releases: m5stack/M5GFX

0.0.15

27 Nov 03:22
a8e406a

Choose a tag to compare

bugfix: compile error with ESP32 Arduino core v1.0.4 and v2.0.1
bugfix: compile error with the M5Stack library.
bugfix: for AtomDisplay setResolution.
change: the initial value of rotation for AtomDisplay.

0.0.13

24 Nov 08:06
283f638

Choose a tag to compare

fix: drawJpgUrl does not work.
fix: I2C stop does not work correctly with ESP32C3
change: Move the getBoard function to LGFX_Device.
add refresh rate setting for M5AtomDisplay.
add setResolution for M5AtomDisplay.
update: tweak setting examples for M5UnitLCD and M5UnitOLED with ESP32C3.

0.0.11

13 Nov 05:55
8b88b8f

Choose a tag to compare

bugfix and perfomance tuning for AtomDisplay

0.0.10

10 Nov 08:41
e711155

Choose a tag to compare

bugifx: drawRect/fillRect: the behavior of minus width.
bugifx: FileWrapper: deficiencies in determining the need for CS control.
bugifx: StreamWrapper: could corrupt memory when skipping data.
update: ATOM Display: support resolution change.

0.0.9

01 Nov 01:35
4b33a07

Choose a tag to compare

update LovyanGFX v0.4.5.

Add support M5 ATOM Display.
Tweak default I2C port for M5UnitLCD and M5UnitOLED.

0.0.8

09 Oct 14:07
9dad98f

Choose a tag to compare

update LovyanGFX v0.4.4.

bugfix: compile error due to ArduinoESP32 framework upgrade.
bugfix: createFromBmp causing buffer overrun .
bugfix: I2C touch devices may not work.

Add support M5Station.

0.0.7

25 Sep 07:15
32ecea1

Choose a tag to compare

update: LovyanGFX 0.4.3
bugfix: createFromBmp causing buffer overrun .
bugfix: Using ESP32 HSPI does not work.
bugfix: undef min and max macro.

0.0.6

03 Sep 06:28
67f0fe2

Choose a tag to compare

・update LGFX.
fix: Crash when drawing PNGs with no data size set.
fix: getTouch(int* x, int* y) does not work properly.
fix: "print" does not work properly at the bottom of the screen
fix: Reduce SPI speed for M5StickCPlus (countermeasure for individual differences)

0.0.5

07 Jul 11:53
8dacb12

Choose a tag to compare

bugfix.
update driver.
add examples.

0.0.3

01 Jun 15:00
333c763

Choose a tag to compare

fix: M5Stack Core2 detection problem.
add: vprintf function.