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.
tcGuiButton | A Button Widget. |
tcGuiCheckBox | A Checkbox widget. |
tcGuiDisplay | An enhanced label width with animation capabilities. |
tcGuiDspDisplay | Low level display driver class compatible with GGUI library. |
tcGuiFramework | Main Framework class used to initialize / control GGUI library objects |
tcGuiGenericGraph | A graphing widget. |
tcGuiImage | A bitmap image handling class / widget. |
tcGuiKnob | An analog style radial knob widget. |
tcGuiLabel | A text label widget. |
tcGuiListbox | A listbox widget. |
tcGuiObject | The base class from which all widgets are derived. |
tcGuiSlider | A slider style widget. |
tcGuiSpinBox | 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