Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SolderedElectronics/Inkplate-GUI-Designer
Web app to easily design user interface for Inkplate boards.
https://github.com/SolderedElectronics/Inkplate-GUI-Designer
Last synced: 3 months ago
JSON representation
Web app to easily design user interface for Inkplate boards.
- Host: GitHub
- URL: https://github.com/SolderedElectronics/Inkplate-GUI-Designer
- Owner: SolderedElectronics
- Created: 2020-08-27T07:12:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T10:29:09.000Z (almost 3 years ago)
- Last Synced: 2024-05-27T21:47:36.389Z (5 months ago)
- Language: C
- Size: 828 KB
- Stars: 19
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inkplate-GUI-Designer
Web app for designing GUI for Inkplate e-paper displays# Configuring Fonts
The GUI editor is capable of rendering fonts in an accurate way to how Adafruit
GFX will render them on an Inkplate device.By default, `fonts.css` is configured with a list of the basic GNU FreeFont
fonts typically used in the [Adafruit GFX font tutorial](https://learn.adafruit.com/adafruit-gfx-graphics-library/using-fonts).
You can acquire the TTFs from their [project page](http://savannah.gnu.org/projects/freefont/)
and place them in the `fonts/` folder for the GUI designer to use them.To use custom fonts, place any TTF font in the `fonts/` folder, and update
`fonts.css` to add references to them.If using hosted version, you can use all of the GNU FreeFont which is loaded by default.