UI_Lib  a1366e08a59cc549a65fa26081e6409aa12f26d5
This is a user interface library for graphical LCDs. It offers many different controls and indicators that can be nested depending on the element types.
Loading...
Searching...
No Matches
UI_Lib Detailed Documentation

Introduction

This is a user interface library for graphical LCDs. It offers many different controls and indicators that can be nested depending on the element types. This documentation gives an overview of the available components, the usage of the library and some implementation details.

UI_Lib_Test boolean page

More example images can be found in the Doc folder.

The library uses a Visual Tree concept that is similar to the C# WPF UI organization. There is always one single tree root element that has nested children. There are UI elements that can have multiple children (e.g. pages) or elements that are "leaf" elements not supporting nested children (e.g. numeric controls).

Visual Tree

For the source code visit the repository at https://github.com/M1S2/UI_Lib.

Content

See the following pages for more informations.