Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-25 | additional debug output | volker | 3 | -9/+39 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1045 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-09-23 | autoconf patches from PT M. | michael | 11 | -9104/+17487 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1044 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-09-23 | indentat/* $Id: drv_generic_gpio.h,v 1.2 2006/01/03 06:13:45 reinelt Exp $
*
* generic driver helper for GPIO's
*
* Copyright (C) 2005 Michael Reinelt <reinelt@eunet.at>
* Copyright (C) 2005 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
* LCD4Linux is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* LCD4Linux is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*
* $Log: drv_generic_gpio.h,v $
* Revision 1.2 2006/01/03 06:13:45 reinelt
* GPIO's for MatrixOrbital
*
* Revision 1.1 2005/12/18 16:18:36 reinelt
* GPO's added again
*
*/
#ifndef _DRV_GENERIC_GPO_H_
#define _DRV_GENERIC_GPO_H_
#include "widget.h"
extern int GPIS; /* number of GPO's */
extern int GPOS; /* number of GPO's */
/* these function must be implemented by the real driver */
extern int (*drv_generic_gpio_real_set) (const int num, const int val);
extern int (*drv_generic_gpio_real_get) (const int num);
/* generic functions and widget callbacks */
int drv_generic_gpio_init(const char *section, const char *driver);
int drv_generic_gpio_clear(void);
int drv_generic_gpio_get(const int num);
int drv_generic_gpio_draw(WIDGET * W);
int drv_generic_gpio_quit(void);
#endif
| michux | 4 | -11/+36 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1023 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-04-06 | add shuttle VFD driver | michux | 4 | -4/+454 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1022 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-31 | update option file | michux | 1 | -0/+2 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1021 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-31 | drv_vnc: http port as option | michux | 1 | -0/+5 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1020 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-31 | drv_vnc: run as http daemon | michux | 1 | -2/+12 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1019 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-30 | fix fps delay error | michux | 1 | -1/+1 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1018 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-30 | add fps limiter | michux | 2 | -2/+33 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1017 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-30 | add UNSECURE password option to drv_vnc - SSH would be the better choice. | michux | 2 | -1/+17 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1016 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-28 | add keypadframe color as parameter, some minor fixups | michux | 2 | -7/+21 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1015 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-28 | update keypad handling, add more options, remove compiler waarnings | michux | 2 | -20/+40 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1014 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-27 | update lcd4linux sample config | michux | 1 | -11/+11 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1013 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-27 | add server port as config option, rename options | michux | 2 | -29/+37 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1012 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-27 | vnc driver: keypad works now | michux | 1 | -29/+35 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1011 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-27 | some more keypad stuff for vnc driver... | michux | 2 | -24/+50 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1010 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-27 | update keypad function for vnc driver | michux | 1 | -5/+79 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1009 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-26 | vnc driver: add beta keypad support | michux | 3 | -11/+57 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1008 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-26 | remove unneeded libs | michux | 2 | -2/+2 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1007 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-26 | add sample cfg for vnc driver, indent | michux | 3 | -6/+16 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1006 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-26 | add max client option | michux | 1 | -7/+16 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1005 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-26 | ignore security check for cygwin | michux | 1 | -0/+2 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1004 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-26 | string compare is not case sensitive anymore | michux | 1 | -1/+1 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1003 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-26 | more cygwin fixes | michux | 2 | -2/+2 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1002 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-26 | fix cygwin compile | michux | 1 | -0/+19 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1001 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-25 | I just wanted to commit the 1000st change to lcd4linux ;) | michux | 1 | -2/+2 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1000 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-25 | minor fixup | michux | 1 | -9/+4 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@999 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-25 | more vnc driver stuff... | michux | 3 | -40/+59 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@998 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-25 | add vnc driver | michux | 9 | -114/+627 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@997 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||
2009-03-23 | test intersection of (displayable) widgets | volker | 9 | -15/+82 | |
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@996 3ae390bd-cb1e-0410-b409-cd5a39f66f1f |