Skip to content

A collection of free to use widgets for the TouchGFX framework.

Notifications You must be signed in to change notification settings

PerGraa/touchgfx-widgets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

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 Widget Repository, will eventually contain numerous examples of, and ideas for, widgets, containers and mixins that might not be found in the core framework. They can be used as a source of inspiration for your applications free of charge; However, none of the code in this repository is 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:

  1. Create a suitable folder inside widgets/ for your contribution
  2. Supply atleast source- and headerfiles, example code welcome but not necessary.
  3. Supply one or more screenshot of the widget in action. Graphical components that make up the widget are also welcome for clarity.
  4. 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 widgets

  1. LinearGauge (TouchGFX 4.1.1)
  2. ExtendedZoomAnimationImage (TouchGFX 4.1.1)
  3. Carousel (TouchGFX 4.1.1)
  4. DotIndicator (TouchGFX 4.1.1)
  5. SwipeContainer (TouchGFX 4.1.1)

Links

Videos

Screenshots

Licensing

All widgets, containers and mixins found in this repository are free software for both commercial and non-commericial use. You may use, copy, redistribute and modify the files as needed. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.

Ownership

The TouchGFX framework is a Draupner Graphics product.

About

A collection of free to use widgets for the TouchGFX framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%