Image utilities for GUIslice #342
ImpulseAdventure
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am reposting the announcement #315 from @Pconti31 here so that it can be more visible & persistent as a discussion posting:
I created a couple of Utilities that users of GUIslice API might be interested in.
GUIslice_Image2c
The GUIslice image2c is a standalone Java desktop application that is designed to convert images to C Array memory based images for GUIslice.
Input images can be in BMP, PNG, JPG, or GIF formats.
Note that the utility can also convert various formats to BMP files for use with SD Cards and GUIslice.
The generated output code (.c) will contain the imported image as a C Array that can be included in your projects.
The Repository is GUIslice_Image2C
TTF2GFX
Release 0.16.b004 of GUIsliceBuilder now supports a new Dialog called CharacterMap. By right clicking on
a text property field you can easily add non ascii characters to your projects.
TTF2GFX is a standalone Java desktop application to allow conversion of TrueType fonts to Adafruit's GFX Font format.
The main advantage of the ttf2gfx utility is that it supports a simple way for users to pluck individual glyphs out of a larger font and assign them slots between 0 and 255.
The Repository is TTF2GFX
Paul--
Beta Was this translation helpful? Give feedback.
All reactions