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

Go to the source code of this file.

Macros

#define GLCD_MAX_COMPS_PER_OBJECT   12
 This macro controls the timing between the low level operations with the GLCD controller. Since they may introduce overhead, they're turned off. If you have rendering problems, reintroduce this define by uncommenting it. #define GLCD_REQUIRES_DELAY.
 
#define GLCD_MAX_FONTS   16
 Maximum number of fonts that can be loaded into the LCD.
 

Macro Definition Documentation

◆ GLCD_MAX_COMPS_PER_OBJECT

#define GLCD_MAX_COMPS_PER_OBJECT   12

This macro controls the timing between the low level operations with the GLCD controller. Since they may introduce overhead, they're turned off. If you have rendering problems, reintroduce this define by uncommenting it. #define GLCD_REQUIRES_DELAY.

Setting a limit to the number of components that a given object can have.

Definition at line 10 of file glcd_config.h.

◆ GLCD_MAX_FONTS

#define GLCD_MAX_FONTS   16

Maximum number of fonts that can be loaded into the LCD.

Definition at line 13 of file glcd_config.h.