Skip to content

Commit

Permalink
Update version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpulseAdventure committed Jun 16, 2019
1 parent 4dc206f commit 64c2f21
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Design your GUI with a **drag & drop builder**, then apply the same code to a wi
## Features ##
- Pure C library, no dynamic memory allocation
- *Widgets*:
- text, images, buttons, checkboxes, radio buttons, sliders, keypad,
- text, images, buttons, checkboxes, radio buttons, sliders, keypad, listbox,
radial controls, scrolling textbox / terminal, graphs, etc. plus extensions and multiple pages.
- Cross-platform **GUIslice Builder** (beta) desktop application to generate layouts
- *Platform-independent* GUI core currently supports:
Expand All @@ -34,7 +34,7 @@ Design your GUI with a **drag & drop builder**, then apply the same code to a wi
- *Display drivers include*:
- ILI9341, ST7735, SSD1306, HX8347D, HX8357, PCD8544, RA8875, ILI9341_t3
- *Touchscreen control including*:
- STMPE610, FT6206, XPT2046, 4-wire, tslib
- STMPE610, FT6206, XPT2046, 4-wire, tslib, Adafruit Seesaw
- Foreign characters / UTF-8 encoding (in SDL mode), anti-aliased fonts (in TFT_eSPI mode)
- Dynamic display rotation
- GPIO / pin / keyboard / Adafruit Seesaw control for non-touchscreen devices
Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "GUIslice",
"version": "0.11.4",
"version": "0.12.0",
"keywords": "arduino, GUI, tft, embedded, ILI9341, ESP32, ESP8266, NodeMCU, SDL, STM32, M5Stack, teensy, feather, adafruit-gfx, raspberry pi, linux, mcufriend",
"description": "GUIslice embedded touchscreen GUI library in C for Arduino & Raspberry Pi. Drag & drop GUI supports Adafruit-GFX and TFT_eSPI graphics drivers on Arduino, ESP8266 / NodeMCU, ESP32, Feather M0, nRF52, STM32",
"description": "GUIslice embedded touchscreen GUI library in C for Arduino & Raspberry Pi. Drag & drop GUI supports Adafruit-GFX and TFT_eSPI graphics drivers on Arduino, ESP8266 / NodeMCU, ESP32, Teensy, Feather M0, nRF52, STM32",
"repository":
{
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=GUIslice
version=0.11.4
version=0.12.0
author=Calvin Hass <[email protected]>
maintainer=Calvin Hass <[email protected]>
sentence=GUIslice embedded touchscreen GUI library in C for Arduino & Raspberry Pi
paragraph=Drag & drop GUI supports Adafruit-GFX and TFT_eSPI graphics drivers on Arduino, ESP8266 / NodeMCU, ESP32, Feather M0, nRF52, STM32, M5Stack
paragraph=Drag & drop GUI supports Adafruit-GFX and TFT_eSPI graphics drivers on Arduino, ESP8266 / NodeMCU, ESP32, Teensy, Feather M0, nRF52, STM32, M5Stack
category=Display
url=https://github.com/ImpulseAdventure/GUIslice
architectures=avr,esp8266,esp32,stm32,STM32F1,samd
Expand Down
2 changes: 1 addition & 1 deletion src/GUIslice.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// - https://www.impulseadventure.com/elec/guislice-gui.html
// - https://github.com/ImpulseAdventure/GUIslice
//
// - Version 0.11.4
// - Version 0.12.0
// =======================================================================
//
// The MIT License
Expand Down
2 changes: 1 addition & 1 deletion src/GUIslice.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - https://www.impulseadventure.com/elec/guislice-gui.html
// - https://github.com/ImpulseAdventure/GUIslice
//
// - Version 0.11.4
// - Version 0.12.0
// =======================================================================
//
// The MIT License
Expand Down
2 changes: 1 addition & 1 deletion src/GUIslice_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// Define current release (X.Y.Z) & build number
// =======================================================================

#define GUISLICE_VER "0.11.4.4"
#define GUISLICE_VER "0.12.0"

#endif // _GUISLICE_VERSION_H_

0 comments on commit 64c2f21

Please sign in to comment.