도전2022

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

작업/Work2015

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

hotdigi 2015. 6. 19. 22:48
touchgfx를 이용한 다양한 개발을 합니다. tel. 010-7112-4969


/touchgfx-open-repository

HTTPS clone URL

You can clone with 
 or 
 Clone in Desktop Download ZIP
A collection of free to use widgets for the TouchGFX framework.
C++HTML
 branch: master 

 README.md

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:

  1. Create a suitable folder inside widgets/ for your contribution
  2. Supply at least source- and headerfiles, example code welcome but not necessary.
  3. Supply one or more screenshots 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 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.

LinearGauge 
TouchGFX 4.1.1
ExtendedZoomAnimationImage 
TouchGFX 4.1.1
Carousel 
TouchGFX 4.1.1
DotIndicator 
TouchGFX 4.1.1
SwipeContainer 
TouchGFX 4.1.1
Gauge 
TouchGFX 4.2
WheelSelector 
TouchGFX 4.2
CircularProgress 
TouchGFX 4.2
Lens 
TouchGFX 4.2 

Links

Videos