From: volker Date: Wed, 20 Jun 2007 13:47:24 +0000 (+0000) Subject: global variable for backlight color X-Git-Tag: svn1203~368 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=f2004be68776eaf223a4cba5a0b7e45cc5a72624;p=lcd4linux.git global variable for backlight color git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@810 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- diff --git a/drv_generic_graphic.h b/drv_generic_graphic.h index 8f0cbf5..ca3797d 100644 --- a/drv_generic_graphic.h +++ b/drv_generic_graphic.h @@ -35,6 +35,7 @@ extern RGBA FG_COL; /* foreground color */ extern RGBA HG_COL; /* halfground color */ extern RGBA BG_COL; /* background color */ +extern RGBA BL_COL; /* backlight color */ /* these functions must be implemented by the real driver */ extern void (*drv_generic_graphic_real_blit) (const int row, const int col, const int height, const int width);