diff options
author | volker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-06-20 13:47:24 +0000 |
---|---|---|
committer | volker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-06-20 13:47:24 +0000 |
commit | f2004be68776eaf223a4cba5a0b7e45cc5a72624 (patch) | |
tree | 486b9ef374db0257ed68a9d990dc5cbf0cf79486 /drv_generic_graphic.h | |
parent | fdf19a1a522ce857a7ef1f12c8628e087d424b93 (diff) | |
download | lcd4linux-f2004be68776eaf223a4cba5a0b7e45cc5a72624.tar.gz |
global variable for backlight color
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@810 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_generic_graphic.h')
-rw-r--r-- | drv_generic_graphic.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |