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
GridItemConfig Struct Reference

Struct used to store the column, row and alignment of a item inside the grid. More...

#include <ContainerGrid.h>

Public Attributes

UIElementitem
 Pointer to the item for which this configuration applies.
 
uint8_t columnIndex
 Column inside the grid where the item is placed.
 
uint8_t rowIndex
 Row inside the grid where the item is placed.
 
GridCellAlignment_t cellAlignment
 Alignment of the item inside the grid cell.
 
uint8_t columnSpan
 Number of columns over which the item is placed (starting from column index)
 
uint8_t rowSpan
 Number of rows over which the item is placed (starting from row index)
 

Detailed Description

Struct used to store the column, row and alignment of a item inside the grid.


The documentation for this struct was generated from the following file: