Skip to content

Releases: moononournation/Arduino_GFX

v1.4.0

13 Nov 14:02
Compare
Choose a tag to compare
  • Add LilyGo T-Display-S3-Pro support
  • Fix compile errors and warnings

v1.3.9

12 Nov 14:48
Compare
Choose a tag to compare

Add display support

  • WEA2012

Add dev board support

  • Mega 2560
  • UNO R4 Minima
  • UNO R4 WiFi

Add dev device support

  • LILYGO T-TRACK
  • QM Smart Panlee ZX7D00CE01S
  • XIAO with round display module

Add new feature

  • setTextBound()
  • enableRoundMode()

v1.3.8

04 Oct 12:48
Compare
Choose a tag to compare

Add dev device support

  • Elecrow DLC35010R
  • Luat Air001 dev board
  • ESP32-8048S043
  • ESP32-S3-BOX-3

Add display support

  • TL021WVC02 480x480 round display
  • HD40015C40-Y 4" round display
  • TL034WVS05-B1477A 3.4" 480x480 square display
  • TL032FWV01-I1440A 320 x 820 bar display
  • TL040WVS03 480x480 4" square display

Add new data bus class

  • Arduino_XCA9554SWSPI

1.3.7

27 Jul 10:58
Compare
Choose a tag to compare

Add Databus

  • ESP32SPIDMA

Add Dev Device

  • Elecrow Wizee-ESP32 WZ8048C050

v1.3.6

25 Jun 01:34
Compare
Choose a tag to compare
  • Add dev device support
    • LILYGO T-Deck
    • LILYGO T-Display-S3-AMOLED
    • M5Stack AtomS3
  • Add Example
    • Sprite GIF demo
  • Seperate long PDQgraphicstest to 4 config files
  • Enrich features
    • ESP32PAR8 Q family
    • Canvas drawIndexedBitmap() API
    • Canvas draw transparent mask bitmap
    • Canvas flushQuad() API
  • Workaround for latest arduino-esp32

v1.3.5

29 Apr 06:58
Compare
Choose a tag to compare
  • add Dev Device support
    • ESP32-2424012
    • Dragon Radar
  • add DataBus class
    • Arduino_SWPAR16
    • Arduino_AVRPAR16
  • add Display support
    • ST7701 480x360 display (st7701_type8_init_operations)
  • add Example
    • Adafruit_NeoPixel_GFX
    • FastLED_GFX
    • LvglHelloNeoPixel
  • New feature
    • implement charBounds() and getTextBounds() for u8g2Font
    • implement software rotation for RGB Panel
    • support Arduino-esp32 2.0.8
  • add u8g2 font
    • QuanPixel CJK (u8g2_font_quan7_h_cjk)
    • ChillBitmap CJK (u8g2_font_chill7_h_cjk)
    • Cubic (u8g2_font_cubic11_h_cjk)

v1.3.4

19 Mar 10:06
Compare
Choose a tag to compare

ESP32RGBPanel add de_idle_high and pclk_idle_high parameters

v1.3.3

19 Mar 09:17
Compare
Choose a tag to compare

Add dev device support:

  • Makerfabs ESP32-S3 TFT 4.3" v1.3
  • Makerfabs ESP32-S3 TFT 4.0"

Add display support:

  • OTM8009A

v1.3.2

20 Feb 13:02
Compare
Choose a tag to compare

Add databus class

  • XL9535SWSPI

Add dev device support

  • LILYGO T-RGB
  • ESP32S3-2.1-TP
  • ZX2D10GE01R-V4848
  • Waveshare RP2040-LCD-1.28
  • LILYGO T-Watch 2021

Bug fix and new features

  • Add GFX_EXTRA_PRE_INIT() in examples
  • #235, #241, #243, #250, #260
  • Arduino_RGB_Display implement drawIndexedBitmap()
  • Allow SPI and RGB share same pins

v1.3.1

06 Dec 15:05
Compare
Choose a tag to compare
  • Add dev device
    • ESP32_1732S019
    • ESP32_4827A043
  • Add display support
    • NV3041A
    • HX8369A
  • LVGL fine tune
  • Align all example using GFX_BL and GFX_PWD
  • Add TouchCalibration example