Skip to content

Commit 1b32462

Browse files
committed
updated version
1 parent d8215bb commit 1b32462

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "FabGL",
3-
"keywords": "sprite, terminal, VT100, ANSI, keyboard, mouse, VGA, SSD1306, OLED, DS3231, I2S, I2C, game, engine, PS2, graphics, audio, sound, font, arduino, ESP32, display",
3+
"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",
44
"description": "VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32.",
55
"repository":
66
{
@@ -16,7 +16,7 @@
1616
"maintainer": true
1717
}
1818
],
19-
"version": "0.9.0",
19+
"version": "1.0.0",
2020
"frameworks": "arduino",
2121
"platforms": "espressif32"
2222
}

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=FabGL
2-
version=0.9.0
2+
version=1.0.0
33
author=Fabrizio Di Vittorio <[email protected]>
44
maintainer=Fabrizio Di Vittorio <[email protected]>
5-
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
6-
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
5+
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
6+
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
77
url=https://github.com/fdivitto/fabgl
88
architectures=esp32
99
includes=fabgl.h

0 commit comments

Comments
 (0)