Landtiger LPC1768 C BigLib 1
A self made, custom C library for the LandTiger board.
 
Loading...
Searching...
No Matches
LCD_Obj Struct Reference

Represents a generic object, made up of 1 or more basic components, that are rendered on the screen. More...

#include <glcd_types.h>

Public Attributes

LCD_BBox bbox
 
LCD_Componentcomps
 
u8 comps_size
 

Detailed Description

Represents a generic object, made up of 1 or more basic components, that are rendered on the screen.

Note
This type is the one that the user should use to create the objects that he wants to represent.

Definition at line 188 of file glcd_types.h.

Member Data Documentation

◆ bbox

LCD_BBox LCD_Obj::bbox

Definition at line 190 of file glcd_types.h.

◆ comps

LCD_Component* LCD_Obj::comps

Definition at line 191 of file glcd_types.h.

◆ comps_size

u8 LCD_Obj::comps_size

Definition at line 192 of file glcd_types.h.


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