TouchGFX is framework, written in C++, that allows you to create modern, graphical user interfaces on limited-resource embedded systems and allows smartphone-like look and feel on hardware platforms an order of magnitude less powerful than smartphones, e.g. ARM Cortex M3/M4 48-204 MHz.
This repository, the TouchGFX Open Repository, contains numerous examples of, and ideas for, graphical components such as widgets, containers and mixins that are not part of the core framework. They can be used as a source of inspiration for your applications free of charge; The components are all generalized to some extent but probably needs some sort of fine tuning to match your specific needs. Please note that none of the components are guaranteed to be maintained across new versions of TouchGFX.
This repository would greatly benefit from TouchGFX developers around the world sharing some of their work. Having a solid community that shares complex ideas for TouchGFX widgets is something that can help reduce development time greatly. If you would like to contribute to this repository you can fork and follow the guide below. When done, open a pull request to your branch. Each contribution should conform to the following standards:
- Create a suitable folder inside widgets/ for your contribution
- Supply at least source- and headerfiles, example code welcome but not necessary.
- Supply one or more screenshots of the widget in action. Graphical components that make up the widget are also welcome for clarity.
- Create a README.md containing, in markdown:
- Purpose of the widget - Any screenshots you may have could be shown here.
- Version(s) of TouchGFX you've tested your code on
- Functional description of the widget and it's configuration. Code can be verbatim formatted in .md by indenting with 4 spaces.
On the TouchGFX website you can request a full evaluation version of the framework as well as order commercial licenses. Read more about the concept of widgets, containers and mixins in in the TouchGFX documentation.
List of Components
In the following table you can see the name, TouchGFX version, and a preview of the TouchGFX graphical components in this repository.
The TouchGFX version stated is the version that the component has been tested with. All components are expected to work with later versions of TouchGFX as well, however, this is not guaranteed.