BeRTOS
Data Structures | Defines | Functions
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().

Functions

void lcd_setLayerDepth (Layer *layer, char pri)
 Rearrange layer depth and refresh display accordingly.

Detailed Description

Generic text LCD driver (interface).

Author:
Bernie Innocenti <bernie@codewiz.org>
Stefano Fedrigo <aleph@develer.com>

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.