Skip to content

Releases: moononournation/Arduino_GFX

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

v1.3.0

15 Oct 04:11
Compare
Choose a tag to compare
  • Seperate writeC8D16D16Split from writeC8D16D16
  • More ST7701 types
  • Refresh LVGL examples

v1.2.9

07 Oct 14:19
Compare
Choose a tag to compare
  • 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

08 Sep 14:10
Compare
Choose a tag to compare
  • add dev device support
    • ESP32_2432S028R
    • ESP32_3248S035R
    • ESP32_4827S043
  • add display
    • ILI6485
  • bugs fix

v1.2.7

29 Aug 23:59
Compare
Choose a tag to compare

fix ST7735

v1.2.6

04 Aug 10:01
Compare
Choose a tag to compare

bug fix

v1.2.5

01 Aug 15:36
Compare
Choose a tag to compare
  • add ESP32LCD8 DataBus
  • add ZX3D50CE02S dev device support
  • bugfix

v1.2.4

29 Jul 23:58
Compare
Choose a tag to compare
  • add Raspberry Pi Pico W support
  • add ESP32-S3-BOX support
  • add display
    • Arduino_GC9503V_RGBPanel
    • Arduino_RPi_DPI_RGBPanel
    • Arduino_GC9107
  • obsolete Arduino_ESP32I2S8 databus
  • add example
    • ArduinoVNC
    • PicoWiFiAnalyzer

v1.2.3

18 May 10:37
Compare
Choose a tag to compare
  • add Arduino_ESP32LCD16 databus
  • refresh LVGL examples