# # $Id: README.Plugins,v 1.2 2004/06/01 06:04:25 reinelt Exp $ # This file contains instructions for writing plugins to lcd4linux. - use the file 'plugin_sample.c' as a template - copy the file to 'plugin_yourname.c' and edit - replace the "$Id..." in the first line with "$Id\$" (without backslash) - add a short description what this plugin is for - add your copyright notice (important: your name and email) - replace the "$Log..." with "$Log\$" (without backslash) - remove all Log lines until "*/" - do some documentation (I know that real programmers write programs, not documentation) - use one or more of the example functions as templates for your own functions - register your new functions to the init() function, delete the sample ones - edit 'plugin.c', add a prototype and the call to your plugin_init_* function - edit 'Makefile.am' and add your 'plugin_*.c' to lcd4linux_SOURCES - compile and test with interactive mode ('-i') - send me a patch (or check in if you have developer CVS access) - enjoy td> aboutsummaryrefslogtreecommitdiffstats
path: root/drv_LCDLinux.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2005-02-24[lcd4linux @ 2005-02-24 06:51:40 by reinelt]reinelt1-4/+5
2005-01-30[lcd4linux @ 2005-01-30 06:43:22 by reinelt]reinelt4-69/+95
2005-01-29[lcd4linux @ 2005-01-29 09:30:56 by reinelt]reinelt1-8/+11
2005-01-22[lcd4linux @ 2005-01-22 22:57:57 by reinelt]reinelt9-47/+382
2005-01-22[lcd4linux @ 2005-01-22 12:44:41 by reinelt]reinelt1-3/+6
2005-01-18[lcd4linux @ 2005-01-18 06:30:21 by reinelt]reinelt89-261/+603
2005-01-17[lcd4linux @ 2005-01-17 06:38:48 by reinelt]reinelt1-1/+6
2005-01-17[lcd4linux @ 2005-01-17 06:29:24 by reinelt]reinelt3-33/+85