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