From ccf39796a1c59b0dec4b030a5791b71246e77e64 Mon Sep 17 00:00:00 2001 From: harbaum Date: Wed, 9 Aug 2006 17:25:34 +0000 Subject: [lcd4linux @ 2006-08-09 17:25:34 by harbaum] Better bar color support and new bold font git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@685 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_generic.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'drv_generic.h') diff --git a/drv_generic.h b/drv_generic.h index e013fbd..43c32a0 100644 --- a/drv_generic.h +++ b/drv_generic.h @@ -1,4 +1,4 @@ -/* $Id: drv_generic.h,v 1.4 2006/07/31 03:48:09 reinelt Exp $ +/* $Id: drv_generic.h,v 1.5 2006/08/09 17:25:34 harbaum Exp $ * * generic driver helper * @@ -23,6 +23,9 @@ * * * $Log: drv_generic.h,v $ + * Revision 1.5 2006/08/09 17:25:34 harbaum + * Better bar color support and new bold font + * * Revision 1.4 2006/07/31 03:48:09 reinelt * preparations for scrolling * @@ -32,12 +35,16 @@ #ifndef _DRV_GENERIC_H_ #define _DRV_GENERIC_H_ +#define FONT_STYLE_BOLD 0x01 +#define FONT_STYLE_SLANT 0x02 + /* these values are chars (text displays) or pixels (graphic displays) */ extern int LROWS, LCOLS; /* layout size */ extern int DROWS, DCOLS; /* display size */ extern int XRES, YRES; /* pixel width/height of one char */ +extern int FONT_STYLE; /* font style */ /* these function must be implemented by the generic driver */ extern void (*drv_generic_blit) (const int row, const int col, const int height, const int width); -- cgit v1.2.3