Skip to content

GUIslice embedded touchscreen GUI library in C for Raspberry Pi, Arduino & ESP8266 / ESP32, utilizing SDL 1.2, SDL2, Adafruit-GFX or TFT_eSPI touch TFT

License

Notifications You must be signed in to change notification settings

thiagobassi/GUIslice

 
 

Repository files navigation

GUIslice library

Build Status GitHub Issues Contributions welcome License

A lightweight GUI framework for embedded displays

Design your GUI with a drag & drop builder, then apply the same code to a wide range of displays, libraries and controllers with the cross-platform framework. Open source MIT license grants free commercial usage.

Example 1 Example 5

Features

  • Pure C library, no dynamic memory allocation
  • Widgets:
    • text, images, buttons, checkboxes, radio buttons, sliders, 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:
    • Adafruit-GFX, TFT_eSPI, SDL1.2, SDL2.0
  • Devices:
    • Raspberry Pi, Arduino, ESP8266 / NodeMCU, ESP32, M5stack, Feather M0 (Cortex-M0), nRF52 (Cortex-M4F), LINUX, Beaglebone Black, STM32
  • Typical displays:
    • PiTFT, Adafruit TFT 3.5" / 2.8" / 2.4" / 2.2" / 1.44", FeatherWing TFT, OLED 0.96", mcufriend, Waveshare, 4D Cape
  • Display drivers include:
    • ILI9341, ST7735, SSD1306, HX8347D, HX8357, PCD8544
  • Touchscreen control including:
    • STMPE610, FT6206, XPT2046, 4-wire, tslib
  • Foreign characters / UTF-8 encoding (in SDL mode), anti-aliased fonts (in TFT_eSPI mode)
  • Dynamic display rotation
  • GPIO / pin / keyboard control for non-touchscreen devices

Screenshots

Example 3 Example 4 snap07_c

GUIslice Builder

  • Includes cross-platform (Windows & LINUX) desktop application (beta) to generate GUIslice layouts
  • Please refer to GUIslice Builder wiki for documentation GUIslice Builder

About

GUIslice embedded touchscreen GUI library in C for Raspberry Pi, Arduino & ESP8266 / ESP32, utilizing SDL 1.2, SDL2, Adafruit-GFX or TFT_eSPI touch TFT

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 46.7%
  • Java 43.5%
  • C++ 7.0%
  • Other 1.5%
  • Shell 0.4%
  • Perl 0.4%
  • Other 0.5%