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.
|
Containing the base class for container elements. More...
#include "../Core/UIElement.h"
Go to the source code of this file.
Classes | |
class | Container |
Base class for container elements. More... | |
Macros | |
#define | DEFAULT_MAX_CONTAINER_ITEMS 20 |
Default maximum number of items, each container can hold. | |
Containing the base class for container elements.
#define DEFAULT_MAX_CONTAINER_ITEMS 20 |
Default maximum number of items, each container can hold.
Lower this value if you don't need that much items to save memory.