Skip to content

Releases: moononournation/Arduino_GFX

v1.2.0

10 Apr 08:37
Compare
Choose a tag to compare
  • add ESP32S3 support
  • add U8g2 font and print UTF8 support
  • add U8g2/UTF8 example
    • U8g2FontHelloWorld
    • U8g2FontPrintUTF8
    • U8g2FontUTF8Chinese
    • U8g2FontUTF8FullCJK
    • U8g2FontUTF8FullUnifont
    • ESPWiFiAnalyzerUTF8
    • RTLWiFiAnalyzerUTF8

v1.1.9

24 Feb 15:18
Compare
Choose a tag to compare
  • Rename default pins def from TFT_* to DF_GFX_*
  • Refresh multiple display example
  • Added support for ILI9331 display
  • Added support for 8-bit parallel bus on STM32
  • Handle PROGMEM in different architecture
  • Define GFX_NOT_DEFINED and avoid using >= 0
  • Remove arbitrary cursor_y on switching font
  • Add ESPboy dev device support
  • Add ImgViewerPROGMEM example

v1.1.8

02 Jan 15:36
Compare
Choose a tag to compare
  • add Sony Spresense support
  • add Arduino_ILI9486 and Arduino_ILI9488 display class
  • support new version of AmebaD for RTL872X

v1.1.7

16 Nov 14:04
Compare
Choose a tag to compare
  • add ESP32-C3 support
  • bug fix

v1.1.6

03 Oct 14:00
Compare
Choose a tag to compare
  • add support to ESP32S2
  • add Arduino_ESP32S2PAR8 and ESP32S2PAR16 data bus
  • add LVGL examples
  • add AsciiTable example
  • add GC9106 display
  • add SPIClass as Arduino_HWSPI parameters

v1.1.5

30 Jun 13:47
Compare
Choose a tag to compare
  • add ILI9806 display support
  • fix parallel 16 writeBytes()

v1.1.4

15 Jun 14:02
Compare
Choose a tag to compare
  • add Raspberry Pi Pico support
  • add Arduino_RPiPicoSPI data bus
  • add Arduino_RPiPicoPAR8 data bus
  • add Arduino_RPiPicoPAR16 data bus
  • add AVRPAR8 data bus
  • add NT35510 display support
  • add Arduino_NT35310 display support
  • change PNG library from Pngle to PNGdec in ImgViewer example

v1.1.3

10 May 11:27
Compare
Choose a tag to compare
  • add SIP Arduino_ESP32I2S8 data bus
  • workaround of a15 asm compile error #43
  • reduce writePixelPreclipped() copies
  • add Arduino_HX8357A display support
  • support Ameba firmware 2.0.10

v1.1.2

17 Apr 05:43
Compare
Choose a tag to compare
  • ESP32PAR8 & ESP16 implement writeIndexedPixels()
  • add ILI9341 8-bit parallel and IPS support
  • add NT39125 display support
  • HWSPI use buffer if not defined LITTLE_FOOT_PRINT

v1.1.1

12 Apr 10:50
Compare
Choose a tag to compare
  • add WeAct BlackPill V2.0 (BlackPill F411CE) dev board support