Skip to content

Releases: moononournation/Arduino_GFX

v1.6.3

21 Nov 14:34

Choose a tag to compare

  • Add dev device support
    • Waveshare ESP32-S3-LCD-1.47
  • Add ESP32-C2, C5, C6, H2 and P4 pins default databus and values
  • Adopt W3C color keywords
    • The code original using color RGB565_GREEN should change to RGB565_LIME
  • Refresh unifont version to jp-17.0.03
  • Changed all u8g2 custom font from Transparent font to common height font
    • u8g2_font_unifont_t_chinese -> u8g2_font_unifont_h_chinese
    • u8g2_font_unifont_t_chinese4 -> u8g2_font_unifont_h_chinese4
    • u8g2_font_unifont_t_cjk -> u8g2_font_unifont_h_cjk
    • u8g2_font_unifont_t_utf8 -> u8g2_font_unifont_h_utf8
  • Add more example
    • AnalogClockNTP.ino
    • DigitalClock.ino
    • DigitalClockNTP.ino
    • ESP32C5WiFiAnalyzer.ino
    • ESP32C5WiFiAnalyzerUTF8.ino

v1.6.2

10 Oct 12:12

Choose a tag to compare

  • Add speed parameters
    • GFX_SKIP_DATABUS_BEGIN
    • GFX_SKIP_DATABUS_UNDERLAYING_BEGIN
  • Add init operations
    • st77916_150_init_operations
  • Add dev device support
    • WAVESHARE ESP32-S3 TOUCH LCD 3.49"
  • Add board support
    • ESP32-C2
    • ESP32-C6
    • ESP32-H2
    • ESP32-P4
    • ESP32-C5
  • Add shade function to Arduino_Canvas class

v1.6.1

20 Aug 13:36

Choose a tag to compare

  • Add Arduino_OLED parent class
  • Add Dev Device support
    • Waveshare ESP32-S3-Touch-AMOLED-1.8
    • Waveshare RP2350-LCD-1.47
  • Add display support
    • GC9D01
  • Bug fix

v1.6.0

24 May 13:09

Choose a tag to compare

  • Add Dev Device support
    • LC8012P4A1
    • Waveshare ESP32-C6-LCD-1.9
    • Waveshare ESP32-S3-Touch-AMOLED-1.64

v1.5.9

03 May 08:59

Choose a tag to compare

fix compile error

v1.5.8

30 Apr 11:23

Choose a tag to compare

fix #668

v1.5.7

26 Apr 13:30

Choose a tag to compare

  • Add Dev Device support
    • Waveshare ESP32-S3-LCD-1.3
    • Waveshare ESP32-S3-LCD-1.3 prism cube version
    • Waveshare ESP32-S3-LCD-1.46
  • Add Display support
    • ST7796 1.55" IPS LCD 320x360
    • SPD2010
    • GC9C01
    • HX8394
  • ESP32LCD8 support arduino-esp32 v3.x

v1.5.6

22 Mar 01:36

Choose a tag to compare

  • Expose bounce_buffer_size_px parameter in Arduino_ESP32RGBPanel class
  • Add Dev Device support
    • Waveshare ESP32-S3-Touch-AMOLED-2.41
  • Add display support
    • NV3007

v1.5.5

04 Mar 14:03

Choose a tag to compare

  • Add Dev Device
    • Waveshare ESP32-C6-LCD-1.47
    • Waveshare RP2040-LCD-1.28

v1.5.4

24 Feb 10:55

Choose a tag to compare

  • Add Dev Device support
    • LILYGO T-Deck Plus
    • WAVESHARE ESP32-S3-LCD-2.8
  • Implement drawYCbCrBitmap() in display class
    • Arduino_DSI_Display
    • Arduino_RGB_Display