Skip to content

v1.1.0

Compare
Choose a tag to compare
@moononournation moononournation released this 11 Apr 16:13
· 912 commits to master since this release
  • fix failed to update new version with Arduino IDE Library Manager #40
  • writePixels() bug fix
  • adjust ESP8266 default pins
  • rename Arduino_ILI9341_M5STACK to Arduino_ILI9342
  • add support ESP-IDF 4.4
  • ESP32SPI class performance tuning
  • Obsolete Arduino_ESP32SPI_DMA class
  • ESP32 avoid PSRAM pins
  • revise batchOperation() #33
  • add ips parameter for ILI948* #38
  • remove write32() and related
  • add Arduino_ILI9488_3bit
  • add definition of Makerfabs ESP32 3.5" TFT Touch
  • rename ESPPhotoFrame to WiFiPhotoFrame
  • define LITTLE_FOOT_PRINT and size tuning for AVR #33
  • specific override specifier for better maintenance
  • add RTL872x support
  • implement create default dataBus and GFX class #24
  • add Arduino_ESP8266SPI class
  • add HelloWorldGfxfont example for #32
  • urgly workaround for the character not fit the box
  • set data mode according to parameter
  • add Arduino_NRFXSPI and Arduino_mbedSPI class for Arduino Nano 33 BLE (Sense)
  • use SPI mode defined in SPI.h
  • avoid freeze on waiting for Serial Monitor
  • ILI9341 always use SPI_MODE0
  • fix #19, #22, #25, #27
  • improve examples platform compatibility
  • add Canvas_Mono and Canvas_3bit