-
-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff034ff
commit f11371c
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name=Arduino_GFX | ||
version=1.0 | ||
name=GFX Library for Arduino | ||
version=1.0.1 | ||
author=Moon On Our Nation <[email protected]> | ||
maintainer=Moon On Our Nation <[email protected]> | ||
sentence=Arduino graphics library for various displays | ||
paragraph=Arduino_GFX is a Arduino graphics library supporting various displays with various data bus interfaces. | ||
sentence=Arduino graphics library for various displays with various data bus interfaces | ||
paragraph=Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, M5Stack, ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 with software and hardware SPI. ESP32 also support 9-bit SPI, 8-bit and 16-bit parallel interface. | ||
url=https://github.com/moononournation/Arduino_GFX |