Skip to content

Releases: tobozo/ESP32-Chimera-Core

Kitsune

05 May 13:20
b81f354
Compare
Choose a tag to compare
  • Fixes/enhancements for TWatch
  • Fix for wifi ghost button on M5Stack devices
  • Config loader (e.g. for inheriting #defines from external cores)
  • SD is now optional
  • Thanks to @UT2UH, ARDUINO_M5Stick_C_Plus profile was added and the generic profile ARDUINO_ESP32_DEV can now be used

image

Stheno

31 Oct 17:26
Compare
Choose a tag to compare

This is a maintenance release.

PNG encoding is now handled by LovyanGFX internals, the syntax for ScreenShot is unchanged.
GIF Encoding is also available via snapGIF(), also requires psram and limited to 8bits colors.

image

Charybdis

10 Oct 13:44
b267b25
Compare
Choose a tag to compare

ScreenShotService::snapPNG()

This is a feature release: the latest LovyanGFX release has PNG writing enabled so PNG support has been added to the ScreenShot service.

This feature requires PSRAM but yields very interesting results with images using a small palette (e.g. capturing a user interface).

image

  • PNG encoding is 10x faster than JPG encoding
  • PNG file is 10x smaller than JPG file

Scylla

08 Oct 14:41
Compare
Choose a tag to compare

This is a minor feature/maintenance release

  • More TFT_eSPI font style compat
  • Removed drawBitmap now redundant with LGFX
  • T-Watch tweaks (still a work in progress)
  • Experimental NVS Scanner

Hecatoncheire

21 Sep 12:50
d250273
Compare
Choose a tag to compare
  • Refactored files layout (many paths have changed, expect #include bugs)
  • Added M5Core2, improved Odroid-Go, TWatch, M5StickC
  • Added Touch support (still highly experimental)
  • Improved multiple device support
  • Removed M5Stack.h for less collision, now using #include <ESP32-Chimera-Core.h>

LovyanGFX.split("submodule").join("depends")

27 Jun 13:06
2332b5e
Compare
Choose a tag to compare

LovyanGFX library should now be installed separately from the ESP32-Chimera-Core codebase.

  • Added ESP32 Wrover Kit to supported boards (was using ESP32_DEV)
  • Moved ESP32 Wrover Kit define to ARDUINO_ESP32_WROVER_KIT
  • Moved LovyanGFX from submodule to Arduino/Plaformio library dependency

LovyanGFX release

02 Jun 14:46
ec931d1
Compare
Choose a tag to compare

Features, refactoring and bugfixes

  • bugfix: Reduced compiler warnings
  • bugfix: The transparent color of pushImage did not work properly.
  • bugfix: drawBmp and drawPng from the memory array did not work.
  • update: Changed the argument of setTextSize from int to float.
  • feature: Added drawBezier

This version is a courtesy of @lovyan03 who did a marvelous work of integrating his LovyanGFX library into his own ESP32-Chimera-Core fork.

LovyanGFX is an optimized display driver maintained by @lovyan03, it brings an average 30% speed improvement along with more flexibility towards adding custom boards.

This is still beta quality, most examples will fail due to the minor syntax changes, but the tradeoff is really worth it!

See LovyanGFX Readme for an overview of those minor changes along with the new features such as shapes, arcs, polygon drawing and filling, and much more ...

⚠ Only the following examples are currently working:

LGFX Beta Edition

28 May 12:23
1a9a929
Compare
Choose a tag to compare
LGFX Beta Edition Pre-release
Pre-release

Features, refactoring and bugfixes

  • bugfix: Reduced compiler warnings
  • bugfix: The transparent color of pushImage did not work properly.
  • bugfix: drawBmp and drawPng from the memory array did not work.
  • update: Changed the argument of setTextSize from int to float.
  • feature: Added drawBezier

This beta version is a courtesy of @lovyan03 who did a marvelous work of integrating his LovyanGFX library into his own ESP32-Chimera-Core fork.

LovyanGFX is an optimized display driver maintained by @lovyan03, it brings an average 30% speed improvement along with more flexibility towards adding custom boards.

This is still beta quality, most examples will fail due to the minor syntax changes, but the tradeoff is really worth it!

See LovyanGFX Readme for an overview of those minor changes along with the new features such as shapes, arcs, polygon drawing and filling, and much more ...

⚠ Only the following examples are currently working:

LGFX Alpha Edition

13 May 16:27
70884ab
Compare
Choose a tag to compare
LGFX Alpha Edition Pre-release
Pre-release

This alpha version is a courtesy of @lovyan03 who did a marvelous work of integrating his LovyanGFX library into his own ESP32-Chimera-Core fork.

LovyanGFX is an optimized display driver maintained by @lovyan03, it brings an average 30% speed improvement along with more flexibility towards adding custom boards.

This is still alpha quality, most examples will fail due to the minor syntax changes, but the tradeoff is really worth it!

See LovyanGFX Readme for an overview of those minor changes along with the new features such as shapes, arcs, polygon drawing and filling, and much more ...

⚠ Only the following examples are currently working:

mandog

08 Jan 13:00
ec51d19
Compare
Choose a tag to compare
Merge pull request #13 from tobozo/unstable

Documentation update