willfe
cdd814c2af
Merge pull request #21 from brendanhoran/master
...
Update machine_OpenBSD.c
2016-10-16 06:56:41 -07:00
willfe
25b022aa72
Merge pull request #20 from jerryr/master
...
Add support for Raspberry Pi 3
2016-09-26 14:05:00 -07:00
willfe
f9d5c1532d
Merge pull request #15 from haraldg/pyramid
...
Submitting a patch from the mailing list archive
2016-08-18 18:21:50 -04:00
William Ferrell
bb59731c58
Update changelog and credits
2016-08-18 17:01:41 -04:00
willfe
fdeb649996
Merge pull request #19 from YARD2/yard2LCD
...
Add support for YARD2 devices
2016-08-17 18:10:38 -04:00
willfe
365ff09d51
Merge pull request #11 from haraldg/multibyte
...
Allowing multibyte characters
2016-08-14 09:15:31 -04:00
willfe
4a590a608c
Merge pull request #10 from haraldg/olimex
...
New driver for Olimex MOD-LCD1x9
2016-08-02 15:37:44 -04:00
William Ferrell
03cb10fe41
Update ChangeLog.md and CREDITS.md
2016-08-01 09:29:59 -04:00
willfe
d26aa39058
Merge pull request #8 from haraldg/i2c_cleanup
...
Cleanup I2C handling
2016-07-31 17:37:51 -04:00
willfe
e5189a2831
Merge pull request #9 from haraldg/gitignore
...
Add more patterns to .gitignore
2016-07-31 17:37:00 -04:00
William Ferrell
ecd8aac043
Update ChangeLog.md for PR #7
2016-07-29 20:32:43 -04:00
William Ferrell
812c3b3649
Rename, update CREDITS.md, update README.md
2016-07-29 18:10:30 -04:00
willfe
eb752e1638
Merge pull request #7 from haraldg/linux_input
...
New driver linux_input
2016-07-29 17:33:35 -04:00
William Ferrell
ace0600e71
Update changelog and CREDITS (cleanups and adding bjo81's contribution)
2016-07-28 09:18:06 -04:00
willfe
fd8c174282
Merge pull request #6 from bytemine/master
...
add driver for lcm162-module (by H. Rasch) (https://github.com/lcdproc/lcdproc/pull/6 )
2016-07-28 09:14:22 -04:00
William Ferrell
60e2df0fe9
Add full URLs to pull requests (instead of using references)
2016-07-28 05:35:07 -04:00
William Ferrell
12333a75c1
Update README.md
2016-07-28 05:30:24 -04:00
William Ferrell
60ebd779b6
Reformat, add latest changes (w/pull request references)
2016-07-27 18:47:04 -04:00
William Ferrell
c367e10f63
Rename to ChangeLog.md to support markdown, refs to issues & pull reqs
2016-07-27 18:35:20 -04:00
willfe
80708be8d4
Merge pull request #4 from haraldg/portabilityfixes
...
Portability fixes
2016-07-27 10:16:46 -04:00
willfe
4a1c1443df
Merge pull request #1 from wilberforce/i2c-config
...
Update hd44780-i2c driver, pins defined via config file, rather than hardcoded
2016-07-27 10:09:30 -04:00
William Ferrell
b299227cb9
Add Travis CI build status graphic to README.md
2016-07-27 10:07:04 -04:00
willfe
d033392dfa
Merge pull request #2 from wilberforce/master
...
Add travis file for Auto build testing of lcdproc
2016-07-27 09:38:43 -04:00
William Ferrell
54e718ff77
Note "official" status in README.md
2016-07-22 07:00:33 -04:00
William Ferrell
3b6facc10e
Remove .cvsignore, update .gitignore
2016-07-22 06:51:03 -04:00
William Ferrell
8d46065aca
Add some reasonable git-related defaults
...
Add "default" .gitattributes and .gitignore as recommended by the GitHub
Desktop application.
2016-07-22 06:43:38 -04:00
William Ferrell
eced465e97
Fix up email addresses in Introduction section.
2016-07-21 18:06:26 -04:00
William Ferrell
fcef75aca0
Rename 000_CVS_READ_1ST to 000_GIT_READ_1ST
2016-07-21 17:53:45 -04:00
William Ferrell
4c7b10c28d
Cosmetic change to server identification string
2001-12-31 22:16:59 +00:00
William Ferrell
ac10e5d4d3
Added 000_CVS_READ_1ST to give instructions how to get configure and
...
company generated (CVS LCDproc only has autogen.sh, just as it should
be :)
2001-09-30 17:39:26 +00:00
William Ferrell
209c6b85df
My e-mail address is wwf@splatwerks.org now, not choadster@earthlink.net :)
2001-08-05 17:27:01 +00:00
William Ferrell
3cfa105602
Cosmetic change (corrected misspelled word in acinclude.m4 "Uknown" where
...
it should read "Unknown".)
2001-03-29 19:30:38 +00:00
William Ferrell
6c8a77ccc5
Applied Nathan Yawn's (natey@hcis.net) patch to add a driver for the BayRAD
...
display. The patch applied cleanly, and compiled properly. At least,
"it worked for me." :) I don't have such a display, thus I cannot test that
the driver actually works, but it at least doesn't do nasty things or break
the compile. Thanks, Nathan!
2001-03-29 19:24:18 +00:00
William Ferrell
ba6f72ccba
Applied Andre' Breiler's patch to improve curses/ncurses portability on
...
Solaris.
2001-03-22 23:15:53 +00:00
William Ferrell
6dabd0b8f3
Applied patches supplied by Andre' Breiler:
...
- bugfixes for display != MatrixOrb LCD
- changes the meaning of output_state
+ it's now a bitfield where evry bit corresponds to
one output
- protocol change
output on|off|value
where on = all outputs on
off = all outputs off
value = output on for all 1 bits
- changes the behavior for key presses
Keypresses are now deliverd to _all_ clients (not only
the one with the active screen)
reason: I have an client which is only active a few seconds after
an keypress
- changes the protocol so that a response is sent for every
command
reason: the client needs to communicate with the server with a
minimal latency
2001-03-22 22:51:49 +00:00
William Ferrell
5cc0287cff
Patched load.c to fix compilation error reported by Bruno Kerouanton
...
(patch submitted by Andre' Breiler)
2001-03-22 15:58:32 +00:00
William Ferrell
82764f08e3
Thanks to Chris Debenham <chris.debenham@aus.sun.com>, the LCDproc server
...
process LCDd now compiles and runs properly on Solaris! Additionally, he
has provided a new driver for a 16x2 LCD made by an Australian company.
I've compiled and executed this new code on a Solaris 2.6 box, and while I
don't have the display the new driver uses, LCDd tries to use it anyway,
fails (since the device isn't installed), and continues running, so this
looks solid!
2000-11-29 18:48:53 +00:00
William Ferrell
6a115b4446
More formatting changes, new tags file.
2000-04-03 22:13:57 +00:00
William Ferrell
0d703c5864
Formatting changes. Again. CVS *will* get this right if it kills both of
...
us. :)
2000-03-30 21:58:02 +00:00
William Ferrell
ddfd41f53e
More formatting updates. Reduced whitespace, looks even better.
2000-03-30 20:43:33 +00:00
William Ferrell
a98c8109a8
Added a tags file. I dunno if this is something that's really supposed to
...
be in a CVS repository, but for now, it is, so there. :)
2000-03-30 20:28:01 +00:00
William Ferrell
f5a5e9653b
Removed lcddriver.c (doesn't do anything, isn't in any makefiles, etc.).
...
Passed *every* piece of source in this project through indent. I'm setting
things up with ctags soon and am actually going to *gasp* use a nice
programming environment to continue development in. :)
2000-03-30 20:20:41 +00:00
William Ferrell
2222adcfbe
Modified the INSTALL file a bit -- we're using automake/autoconf now, not
...
"edit Makefile, make, make install" ... :)
2000-03-28 19:23:15 +00:00
William Ferrell
a783963964
Merged Andrew McMeikan's HD44780 changes; replaced WHATNEWS with ChangeLog;
...
updated ChangeLog
1999-12-15 03:34:51 +00:00
William Ferrell
e6431e9827
Automake patch
1999-12-11 19:33:35 +00:00
William Ferrell
1f0e4679ab
Applied Bjorn Andersson's autoconf/automake patch. LCDproc is now built
...
with the standard "./autogen.sh && ./configure && make && make install"
instead of just tweaking the Makefile and typing "make".
1999-12-11 19:21:29 +00:00
William Ferrell
84272a2b12
Removed old/ and tests/ from distribution -- these were barely useful for
...
the original developers, and are *definitely* not useful anymore :)
1999-12-11 19:00:33 +00:00
William Ferrell
2635c3085d
Initial revision
1999-12-09 23:15:14 +00:00