Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreock/gfxforms
https://github.com/andreock/gfxforms
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreock/gfxforms
- Owner: andreock
- Created: 2024-01-21T17:53:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T14:12:47.000Z (4 months ago)
- Last Synced: 2024-09-07T15:34:14.276Z (4 months ago)
- Language: C++
- Homepage: https://andreock.github.io/GFXForms/
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GFXForms
A library to create GUI using ST77XX displays. Based on Adafruit GFX. It is widely used in [capibaraZero](https://github.com/CapibaraZero/fw)
## Features
- Simple
- Primitive to create widgets like Grid, Rectangle and more
- Easy way to update widgets after creation
- Customizable### TODO
- Missing widgets(circle and others)
- Improve documentation