Arduino GFX Versions Save

Arduino GFX developing for various color displays and various data bus interfaces

v1.3.7

10 months ago

Add Databus

  • ESP32SPIDMA

Add Dev Device

  • Elecrow Wizee-ESP32 WZ8048C050

v1.3.6

11 months ago
  • 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

1 year ago
  • 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

1 year ago

ESP32RGBPanel add de_idle_high and pclk_idle_high parameters

v1.3.3

1 year ago

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

1 year ago

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

1 year ago
  • 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

v1.3.0

1 year ago
  • Seperate writeC8D16D16Split from writeC8D16D16
  • More ST7701 types
  • Refresh LVGL examples

v1.2.9

1 year ago
  • Add dev device
    • ESP32_8048S070
    • TTGO T-DISPLAY-S3
  • Add display
    • ST7262 RGB panel
  • Consolidate touch logic to touch.h in example
  • Add keyboard.h in ArduinoVNC example

v1.2.8

1 year ago
  • add dev device support
    • ESP32_2432S028R
    • ESP32_3248S035R
    • ESP32_4827S043
  • add display
    • ILI6485
  • bugs fix