diff --git a/library.json b/library.json index ceedd2fe0..e99b3b0f6 100755 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "FabGL", - "keywords": "sprite, terminal, VT100, ANSI, keyboard, mouse, VGA, SSD1306, OLED, DS3231, I2S, I2C, game, engine, PS2, graphics, audio, sound, font, arduino, ESP32, display", + "keywords": "sprite, terminal, VT100, ANSI, keyboard, mouse, VGA, SSD1306, ILI9341, ST7789, OLED, DS3231, I2S, I2C, game, engine, PS2, graphics, audio, sound, font, arduino, ESP32, display", "description": "VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32.", "repository": { @@ -16,7 +16,7 @@ "maintainer": true } ], - "version": "0.9.0", + "version": "1.0.0", "frameworks": "arduino", "platforms": "espressif32" } diff --git a/library.properties b/library.properties index 11dee25c6..5a44c8c89 100755 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=FabGL -version=0.9.0 +version=1.0.0 author=Fabrizio Di Vittorio maintainer=Fabrizio Di Vittorio -sentence=VGA, SSD1306 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32 -paragraph=VGA, SSD1306 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32 +sentence=VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32 +paragraph=VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32 url=https://github.com/fdivitto/fabgl architectures=esp32 includes=fabgl.h