$Id$ $URL$ LCD4Linux Coding Style We decided to use a common coding style to make patches and diffs easier to read and apply. The style we use is based on Kernighan & Ritchie and the coding style of the linux kernel (see /usr/src/linux/Documentation/CodingStyle), with some differences: - we use a indentation level of 4 spaces (Linus prefers 8) - we allow lines up to 150 chars (Linus uses 80) The resulting indent command is: indent -kr -l150 There's a script called 'indent.sh' that comes with the LCD4Linux source package; all it does is call indent with all .c and .h files. It is always a good idea to call 'indent.sh' before any SVN operation, this ensures that diffs and updates won't get mixed up because of cosmetic changes. alue='1'/> lcd4linuxJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/drv_Cwlinux.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2004-05-22[lcd4linux @ 2004-05-22 18:30:01 by reinelt]reinelt8-9/+292
added plugin 'uptime' git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@427 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-05-22[lcd4linux @ 2004-05-22 04:23:49 by reinelt]reinelt1-3/+7
removed 16*x fix again (next time think before commit :-) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@426 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-05-22[lcd4linux @ 2004-05-22 04:21:02 by reinelt]reinelt1-3/+7
fix for display RAM layout on 16x4 displays (thanks to toxicated101) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@425 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-05-20[lcd4linux @ 2004-05-20 07:47:51 by reinelt]reinelt4-14/+102
added plugin_time git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@424 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-05-20[lcd4linux @ 2004-05-20 07:14:35 by reinelt]reinelt3-251/+253
made all local functions static git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@423 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-05-19[lcd4linux @ 2004-05-19 05:38:25 by reinelt]reinelt3-818/+453
removed AC_PROG_CXX (C++-Compiler) from configure git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@422 3ae390bd-cb1e-0410-b409-cd5a39f66f1f