From eb24ee5c7c64a9f8b2d1efa2a84360e2ccd5eefd Mon Sep 17 00:00:00 2001 From: moononournation Date: Sun, 3 Oct 2021 21:55:19 +0800 Subject: [PATCH] v1.1.6 --- README.md | 8 +++++--- library.properties | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 99aeba5b..8efe3902 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ Below are some figures compare with other 3 Arduino common display libraries. - 8-bit and 9-bit hardware SPI (ESP32SPI) - 8-bit hardware SPI (HWSPI, ESP8266SPI, mbedSPI, NRFXSPI, RPiPicoSPI) - 8-bit and 9-bit software SPI (SWSPI) -- 8-bit parallel interface (AVRPAR8, ESP32PAR8, RPiPicoPAR8, RTLPAR8) -- 16-bit parallel interface (ESP32PAR16, RPiPicoPAR16) +- 8-bit parallel interface (AVRPAR8, ESP32PAR8, ESP32S2PAR8, RPiPicoPAR8, RTLPAR8) +- 16-bit parallel interface (ESP32PAR16, ESP32S2PAR8, RPiPicoPAR16) ## Tobe Support data bus (Donation can make it happen) - ESP32 I2S 8-bit/16-bit parallel interface @@ -86,13 +86,14 @@ Below are some figures compare with other 3 Arduino common display libraries. - Arduino Pro Micro - ESP8266 Series - ESP32 Series +- ESP32-S2 Series - Raspberry Pi Pico - rtlduino - WeAct BlackPill V2.0 (BlackPill F411CE) ## Tobe Support Dev Board - Arduino ATMega2560 -- ESP32-S2 Series +- ESP32-C3 Series - ESP32-S3 Series ## Currently Supported Dev Device [[Wiki](https://github.com/moononournation/Arduino_GFX/wiki/Dev-Device-Declaration)] @@ -107,6 +108,7 @@ Below are some figures compare with other 3 Arduino common display libraries. ## Currently Supported Display [[Wiki](https://github.com/moononournation/Arduino_GFX/wiki/Display-Class)] - GC9A01 round display 240x240 [[demo video](https://youtu.be/kJrAFm20-zg)] +- GC9106 80x160 - HX8347C 240x320 [[demo video](https://youtu.be/25ymuV51YQM)] - HX8347D 240x320 [[demo video](https://youtu.be/sv6LGkLRZjI)] - HX8352C 240x400 [[demo video](https://youtu.be/m2xWYbS3t7s)] diff --git a/library.properties b/library.properties index 0a3768d0..77cd2f6a 100644 --- a/library.properties +++ b/library.properties @@ -1,7 +1,7 @@ name=GFX Library for Arduino -version=1.1.5 +version=1.1.6 author=Moon On Our Nation maintainer=Moon On Our Nation sentence=Arduino_GFX is a GFX library for various color displays with various data bus interfaces -paragraph=Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481(18bit), ILI9486(18bit), ILI9488(3bit and 18bit), ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720) and 16-bit parallel interface(ESP32 and RPi Pico). +paragraph=Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481(18bit), ILI9486(18bit), ILI9488(3bit and 18bit), ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720) and 16-bit parallel interface(ESP32 and RPi Pico). url=https://github.com/moononournation/Arduino_GFX