[lcd4linux @ 2006-01-03 06:13:44 by reinelt]

GPIO's for MatrixOrbital

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@605 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
reinelt
2006-01-03 06:13:46 +00:00
parent 2135944143
commit 07ccb4c475
10 changed files with 315 additions and 229 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: drv_LPH7508.c,v 1.4 2005/12/20 07:07:44 reinelt Exp $
/* $Id: drv_LPH7508.c,v 1.5 2006/01/03 06:13:45 reinelt Exp $
*
* driver for Pollin LPH7508
*
@@ -23,6 +23,9 @@
*
*
* $Log: drv_LPH7508.c,v $
* Revision 1.5 2006/01/03 06:13:45 reinelt
* GPIO's for MatrixOrbital
*
* Revision 1.4 2005/12/20 07:07:44 reinelt
* further work on GPO's, HD44780 GPO support
*
@@ -247,7 +250,7 @@ static void drv_L7_blit(const int row, const int col, const int height, const in
static int drv_L7_GPO(const int num, const int val)
{
int v = 0;
switch (num) {
case 0:
/* battery symbol */
@@ -534,7 +537,7 @@ int drv_L7_init(const char *section, const int quiet)
int drv_L7_quit(const int quiet)
{
info("%s: shutting down.", Name);
info("%s: shutting down display.", Name);
drv_generic_graphic_clear();
drv_generic_gpio_clear();