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
Container.h File Reference

Containing the base class for container elements. More...

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.
 

Detailed Description

Containing the base class for container elements.

Macro Definition Documentation

◆ DEFAULT_MAX_CONTAINER_ITEMS

#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.