Refactor ubiquitous CGmode enum into lcd.h and convert remaining drivers
to use it.
This commit is contained in:
@@ -44,15 +44,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// private data types
|
||||
//
|
||||
typedef enum {
|
||||
standard, /* only char 0 is used for heartbeat */
|
||||
vbar, /* vertical bars */
|
||||
hbar, /* horizontal bars */
|
||||
bignum, /* big numbers */
|
||||
bigchar, /* big characters */
|
||||
custom /* custom icons */
|
||||
} CGmode;
|
||||
|
||||
typedef struct cgram_cache {
|
||||
unsigned char cache[CELLHEIGHT];
|
||||
int clean;
|
||||
|
||||
Reference in New Issue
Block a user