Files
lcdproc/server/drivers/lcdm001.h
T

23 lines
604 B
C
Raw Normal View History

2001-10-01 21:52:41 +00:00
#ifndef LCDM001_H
#define LCDM001_H
/********************************************************************
lcdm001.h
******************************************************************/
2001-11-23 19:39:00 +00:00
// REMOVE: I don't thing this is actualy needed.
// extern lcd_logical_driver *lcdm001;
2001-10-01 21:52:41 +00:00
int lcdm001_init (struct lcd_logical_driver *driver, char *args);
#define DEFAULT_DEVICE "/dev/lcd"
#define DEFAULT_CURSORBLINK 0
/*Heartbeat workaround
set chars to be displayed instead of "normal" icons*/
#define OPEN_HEART ' ' //This combination is at least visible
#define FILLED_HEART '*'
2001-11-28 21:20:56 +00:00
#define PAD 255
2001-10-01 21:52:41 +00:00
#endif