The MityDSP ggui library allows you to easily integrate a graphical user interface (GUI) utilizing MityDSP graphics peripherals (LCDs with touchscreens or mouse input devices, etc.) provided by the MityDSP core library. The ggui library includes a MityDSP widget compile time library as well as a Windows XP based widget layout/visualization tool in order to facilitate rapid GUI design for embedded systems.
The following list outlines the ggui Widgets and Framework classes included in the ggui library.
A Button Widget. | |
A Checkbox widget. | |
An enhanced label width with animation capabilities. | |
Low level display driver class compatible with GGUI library. | |
Main Framework class used to initialize / control GGUI library objects | |
A graphing widget. | |
A bitmap image handling class / widget. | |
An analog style radial knob widget. | |
A text label widget. | |
A listbox widget. | |
The base class from which all widgets are derived. | |
A slider style widget. | |
A numeric or string list spinbox widget. |
Getting started with the GGUI graphics system
Adding The GGUI Library To Your MityDSP Project
Runtime Version Check