https://github.com/andreock/gfxforms
https://github.com/andreock/gfxforms
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreock/gfxforms
- Owner: andreock
- Created: 2024-01-21T17:53:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T23:44:04.000Z (over 1 year ago)
- Last Synced: 2025-06-12T13:07:53.423Z (about 1 year ago)
- Language: C++
- Homepage: https://andreock.github.io/GFXForms/
- Size: 259 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
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