Skip to content

Commit

Permalink
Release Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpulseAdventure committed Nov 4, 2018
1 parent 9fbd15c commit 93ff05d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
- *Typical displays*: PiTFT, Waveshare, Adafruit TFT 3.5" / 2.8" / 2.4" / 2.2" / 1.44", OLED 0.96", 4D Cape
- *Display drivers include*: ILI9341, ST7735, SSD1306, HX8357
- *Touchscreen control including*: STMPE610, FT6206, XPT2046, tslib
- Foreign characters / UTF-8 encoding (in SDL mode)
- Foreign characters / UTF-8 encoding (in SDL mode), anti-aliased fonts (in TFT_eSPI mode)
- Dynamic display rotation
- No GUIslice installation -- just add include files and go!
- *LINUX Dependencies*: sdl, sdl-ttf, optional: tslib
- *Arduino Dependencies*: TFT_eSPI or Adafruit-GFX plus display / touch driver libraries
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GUIslice",
"version": "0.10.3",
"version": "0.10.4",
"keywords": "arduino, GUI, tft, embedded, ILI9341, ESP32, ESP8266, NodeMCU, SDL, STM32, M5Stack, feather, adafruit-gfx, raspberry pi, linux",
"description": "GUIslice embedded touchscreen GUI library in C for Arduino & Raspberry Pi. Supports Adafruit-GFX and TFT_eSPI graphics drivers on Arduino, ESP8266 / NodeMCU, ESP32, Feather M0, nRF52, STM32",
"repository":
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=GUIslice
version=0.10.3
version=0.10.4
author=Calvin Hass <guislice@impulseadventure.com>
maintainer=Calvin Hass <guislice@impulseadventure.com>
sentence=GUIslice embedded touchscreen GUI library in C for Arduino & Raspberry Pi
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.10.4 (2018/10/29)
// - Version 0.10.4 (2018/11/04)
// =======================================================================
//
// 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.10.4 (2018/10/29)
// - Version 0.10.4 (2018/11/04)
// =======================================================================
//
// The MIT License
Expand Down

0 comments on commit 93ff05d

Please sign in to comment.