mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
removed all tags
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@727 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -22,181 +22,6 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
*
|
||||
* $Log: drv_MatrixOrbital.c,v $
|
||||
* Revision 1.42 2006/01/30 06:25:53 reinelt
|
||||
* added CVS Revision
|
||||
*
|
||||
* Revision 1.41 2006/01/05 18:56:57 reinelt
|
||||
* more GPO stuff
|
||||
*
|
||||
* Revision 1.40 2006/01/03 06:13:45 reinelt
|
||||
* GPIO's for MatrixOrbital
|
||||
*
|
||||
* Revision 1.39 2005/05/08 04:32:44 reinelt
|
||||
* CodingStyle added and applied
|
||||
*
|
||||
* Revision 1.38 2005/01/22 12:44:41 reinelt
|
||||
* MatrixOrbital backlight micro-fix
|
||||
*
|
||||
* Revision 1.37 2005/01/18 06:30:23 reinelt
|
||||
* added (C) to all copyright statements
|
||||
*
|
||||
* Revision 1.36 2004/06/26 12:04:59 reinelt
|
||||
*
|
||||
* uh-oh... the last CVS log message messed up things a lot...
|
||||
*
|
||||
* Revision 1.35 2004/06/26 09:27:20 reinelt
|
||||
*
|
||||
* added '-W' to CFLAGS
|
||||
* changed all C++ comments to C ones
|
||||
* cleaned up a lot of signed/unsigned mistakes
|
||||
*
|
||||
* Revision 1.34 2004/06/26 06:12:15 reinelt
|
||||
*
|
||||
* support for Beckmann+Egle Compact Terminals
|
||||
* some mostly cosmetic changes in the MatrixOrbital and USBLCD driver
|
||||
* added debugging to the generic serial driver
|
||||
* fixed a bug in the generic text driver where icons could be drawn outside
|
||||
* the display bounds
|
||||
*
|
||||
* Revision 1.33 2004/06/20 10:09:54 reinelt
|
||||
*
|
||||
* 'const'ified the whole source
|
||||
*
|
||||
* Revision 1.32 2004/06/06 06:51:59 reinelt
|
||||
*
|
||||
* do not display end splash screen if quiet=1
|
||||
*
|
||||
* Revision 1.31 2004/06/05 06:41:39 reinelt
|
||||
*
|
||||
* chancged splash screen again
|
||||
*
|
||||
* Revision 1.30 2004/06/05 06:13:12 reinelt
|
||||
*
|
||||
* splash screen for all text-based display drivers
|
||||
*
|
||||
* Revision 1.29 2004/06/02 09:41:19 reinelt
|
||||
*
|
||||
* prepared support for startup splash screen
|
||||
*
|
||||
* Revision 1.28 2004/06/01 06:45:29 reinelt
|
||||
*
|
||||
* some Fixme's processed
|
||||
* documented some code
|
||||
*
|
||||
* Revision 1.27 2004/05/31 21:23:16 reinelt
|
||||
*
|
||||
* some cleanups in the MatrixOrbital driver
|
||||
*
|
||||
* Revision 1.26 2004/05/31 16:39:06 reinelt
|
||||
*
|
||||
* added NULL display driver (for debugging/profiling purposes)
|
||||
* added backlight/contrast initialisation for matrixOrbital
|
||||
* added Backlight initialisation for Cwlinux
|
||||
*
|
||||
* Revision 1.25 2004/05/31 05:38:02 reinelt
|
||||
*
|
||||
* fixed possible bugs with user-defined chars (clear high bits)
|
||||
* thanks to Andy Baxter for debugging the MilfordInstruments driver!
|
||||
*
|
||||
* Revision 1.24 2004/05/28 13:51:42 reinelt
|
||||
*
|
||||
* ported driver for Beckmann+Egle Mini-Terminals
|
||||
* added 'flags' parameter to serial_init()
|
||||
*
|
||||
* Revision 1.23 2004/05/27 03:39:47 reinelt
|
||||
*
|
||||
* changed function naming scheme to plugin::function
|
||||
*
|
||||
* Revision 1.22 2004/05/26 11:37:36 reinelt
|
||||
*
|
||||
* Curses driver ported.
|
||||
*
|
||||
* Revision 1.21 2004/03/19 09:17:46 reinelt
|
||||
*
|
||||
* removed the extra 'goto' function, row and col are additional parameters
|
||||
* of the write() function now.
|
||||
*
|
||||
* Revision 1.20 2004/02/14 11:56:17 reinelt
|
||||
* M50530 driver ported
|
||||
* changed lots of 'char' to 'unsigned char'
|
||||
*
|
||||
* Revision 1.19 2004/01/29 04:40:02 reinelt
|
||||
* every .c file includes "config.h" now
|
||||
*
|
||||
* Revision 1.18 2004/01/23 07:04:22 reinelt
|
||||
* icons finished!
|
||||
*
|
||||
* Revision 1.17 2004/01/23 04:53:50 reinelt
|
||||
* icon widget added (not finished yet!)
|
||||
*
|
||||
* Revision 1.16 2004/01/22 07:57:45 reinelt
|
||||
* several bugs fixed where segfaulting on layout>display
|
||||
* Crystalfontz driver optimized, 632 display already works
|
||||
*
|
||||
* Revision 1.15 2004/01/21 12:36:19 reinelt
|
||||
* Crystalfontz NextGeneration driver added
|
||||
*
|
||||
* Revision 1.14 2004/01/20 15:32:49 reinelt
|
||||
* first version of Next Generation HD44780 (untested! but it compiles...)
|
||||
* some cleanup in the other drivers
|
||||
*
|
||||
* Revision 1.13 2004/01/20 14:25:12 reinelt
|
||||
* some reorganization
|
||||
* moved drv_generic to drv_generic_serial
|
||||
* moved port locking stuff to drv_generic_serial
|
||||
*
|
||||
* Revision 1.12 2004/01/20 12:45:47 reinelt
|
||||
* "Default screen" working with MatrixOrbital
|
||||
*
|
||||
* Revision 1.11 2004/01/20 05:36:59 reinelt
|
||||
* moved text-display-specific stuff to drv_generic_text
|
||||
* moved all the bar stuff from drv_generic_bar to generic_text
|
||||
*
|
||||
* Revision 1.10 2004/01/20 04:51:39 reinelt
|
||||
* moved generic stuff from drv_MatrixOrbital to drv_generic
|
||||
* implemented new-stylish bars which are nearly finished
|
||||
*
|
||||
* Revision 1.9 2004/01/18 21:25:16 reinelt
|
||||
* Framework for bar widget opened
|
||||
*
|
||||
* Revision 1.8 2004/01/15 07:47:02 reinelt
|
||||
* debian/ postinst and watch added (did CVS forget about them?)
|
||||
* evaluator: conditional expressions (a?b:c) added
|
||||
* text widget nearly finished
|
||||
*
|
||||
* Revision 1.7 2004/01/14 11:33:00 reinelt
|
||||
* new plugin 'uname' which does what it's called
|
||||
* text widget nearly finished
|
||||
* first results displayed on MatrixOrbital
|
||||
*
|
||||
* Revision 1.6 2004/01/11 18:26:02 reinelt
|
||||
* further widget and layout processing
|
||||
*
|
||||
* Revision 1.5 2004/01/11 09:26:15 reinelt
|
||||
* layout starts to exist...
|
||||
*
|
||||
* Revision 1.4 2004/01/10 20:22:33 reinelt
|
||||
* added new function 'cfg_list()' (not finished yet)
|
||||
* added layout.c (will replace processor.c someday)
|
||||
* added widget_text.c (will be the first and most important widget)
|
||||
* modified lcd4linux.c so that old-style configs should work, too
|
||||
*
|
||||
* Revision 1.3 2004/01/10 17:34:40 reinelt
|
||||
* further matrixOrbital changes
|
||||
* widgets initialized
|
||||
*
|
||||
* Revision 1.2 2004/01/10 10:20:22 reinelt
|
||||
* new MatrixOrbital changes
|
||||
*
|
||||
* Revision 1.1 2004/01/09 17:03:07 reinelt
|
||||
* initiated transfer to new driver architecture
|
||||
* new file 'drv.c' will someday replace 'display.c'
|
||||
* new file 'drv_MatrixOrbital.c' will replace 'MatrixOrbital.c'
|
||||
* due to this 'soft' transfer lcd4linux should stay usable during the switch
|
||||
* (at least I hope so)
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user