lcd_text.h File Reference
Generic text LCD driver (interface). More...
#include "lcd_hd44.h"#include <cfg/macros.h>#include <cfg/compiler.h>#include <struct/list.h>#include <stdarg.h>Go to the source code of this file.
Data Structures | |
| struct | _Layer |
| Overwrapping layer context. More... | |
Defines | |
| #define | LAYER_HIDDEN -127 |
| Special priority value for lcd_setLayerDepth(). | |
Typedefs | |
| typedef struct _Layer | Layer |
| Overwrapping layer context. | |
Functions | |
| void | lcd_setLayerDepth (Layer *layer, char pri) |
| Rearrange layer depth and refresh display accordingly. | |
Detailed Description
Generic text LCD driver (interface).
Definition in file lcd_text.h.
Define Documentation
| #define LAYER_HIDDEN -127 |
Special priority value for lcd_setLayerDepth().
Definition at line 61 of file lcd_text.h.
Function Documentation
| void lcd_setLayerDepth | ( | Layer * | layer, | |
| char | pri | |||
| ) |
Rearrange layer depth and refresh display accordingly.
- Note:
- Setting a priority of LAYER_HIDDEN makes the layer invisible.
Definition at line 370 of file lcd_text.c.
