mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2000-03-17 09:21:42 by reinelt]
various memory statistics added git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@11 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: display.h,v 1.6 2000/03/13 15:58:24 reinelt Exp $
|
||||
/* $Id: display.h,v 1.7 2000/03/17 09:21:42 reinelt Exp $
|
||||
*
|
||||
* framework for device drivers
|
||||
*
|
||||
@@ -20,6 +20,10 @@
|
||||
*
|
||||
*
|
||||
* $Log: display.h,v $
|
||||
* Revision 1.7 2000/03/17 09:21:42 reinelt
|
||||
*
|
||||
* various memory statistics added
|
||||
*
|
||||
* Revision 1.6 2000/03/13 15:58:24 reinelt
|
||||
*
|
||||
* release 0.9
|
||||
@@ -56,6 +60,7 @@
|
||||
|
||||
#define BAR_H (BAR_L | BAR_R)
|
||||
#define BAR_V (BAR_U | BAR_D)
|
||||
#define BAR_HV (BAR_H | BAR_V)
|
||||
|
||||
typedef struct DISPLAY {
|
||||
char name[16];
|
||||
|
||||
Reference in New Issue
Block a user