Commit Graph
1932 Commits
Author SHA1 Message Date
willfe eb752e1638 Merge pull request #7 from haraldg/linux_input
New driver linux_input
2016-07-29 17:33:35 -04:00
Harald Geyer ad169fb488 New driver linux_input
This driver receives input from event devices of the linux input subsystem.
Tested on Linux 3.16/i386.

Signed-off-by: Harald Geyer <harald@ccbib.org>
2016-07-29 19:55:15 +02: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
Bjoern Franke 9e80b177ff add driver for lcm162-module (by H. Rasch) 2016-07-28 13:50:23 +02: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
Harald Geyer 23b6c97ea9 rawserial.c: Get rid of non-standard type
Looks like uint isn't supported by MUSL libc used by OpenWRT.

Signed-off-by: Harald Geyer <harald@ccbib.org>
2016-07-25 12:44:31 +02:00
Harald Geyer bb7badfee2 mtc_s16209x.c: Add missing header file
This driver uses flock(2) und thus must include sys/file.h

Signed-off-by: Harald Geyer <harald@ccbib.org>
2016-07-25 12:44:31 +02:00
Harald Geyer f73d2aca1e hd44780-rpi.c: Get rid of non-standard pointer type
The old code didn't compile against musl libc (OpenWRT).

Compiletested on ARM.

Signed-off-by: Harald Geyer <harald@ccbib.org>
2016-07-25 12:44:31 +02:00
Harald Geyer 63568547d9 clients/lcdproc/machine.h: Include missing header file
This file uses time_t and thus must include time.h

Signed-off-by: Harald Geyer <harald@ccbib.org>
2016-07-25 12:44:31 +02:00
wilberforce 007d1af2eb Create hd44780.md 2016-07-23 17:22:20 +12:00
wilberforce 30d2b9f865 Update .travis.yml 2016-07-23 16:55:36 +12:00
wilberforce b77214b97d Update .travis.yml 2016-07-23 16:38:16 +12:00
wilberforce bd703b6bfc Update .travis.yml 2016-07-23 14:42:02 +12:00
wilberforce aba21104d3 Update .travis.yml 2016-07-23 14:38:53 +12:00
wilberforce 05f4d52ad1 Create .travis.yml 2016-07-23 14:33:18 +12:00
Rhys Williams 69785bef92 Correct i2c example doc 2016-07-23 13:47:32 +12:00
Rhys Williams 606e2913f0 Update i2c driver to have pins defined via config file, rather than hardcoded 2016-07-23 11:14:53 +12:00
William Ferrell 54e718ff77 Note "official" status in README.md v0.5.7 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
BuildTools df65e2e7a7 Add CODE_OF_MERIT.md; update README (replace as README.md) 2016-07-21 17:51:32 -04:00
mmdolze 18aab87860 Merge changes from the release branch. 2014-05-01 11:46:18 +00:00
mmdolze b04c4ada5d Remove an unnecessary step. 2014-03-23 10:11:40 +00:00
mmdolze d61430decd Add rawserial driver (by C. Wolf). 2014-03-05 18:46:39 +00:00
mmdolze a5cc44d51a Welcome 2014. 2014-02-10 07:19:20 +00:00
mmdolze 512be8aea2 Add a few connection types that were missed from past updates. Again, order
the connection types for hd44780 according to the structure in
hd44780-drivers.h.
2014-02-10 07:18:41 +00:00
mmdolze 417ce0555f Add the pifacecad connection type to hd44780 driver (by Thomas Preston). This
is for the PiFace Contral And Display device from http://www.piface.org.uk/.
2014-02-10 07:04:01 +00:00
mmdolze a8d9504a3c Fix several problems with data escape handling in hd44780-serial:
1. A bogus address calculation was done (spotted by G. Smith).
2. The displayID was added to the data escape character even if the connection
type does not support multiple displays (spotted by G. Smith).
3. When calculation if data escape is necessary, the character 0xff could not
be escaped. Changed an updates all connection types (M. Dolze).
2014-02-10 06:48:44 +00:00
mmdolze dca261e98a Add 'spi' connection type by S. Dawson to the hd44780 driver. 2014-01-29 21:48:03 +00:00
mmdolze 8230c0ace1 Remove unused parameter from x11w_draw_pixel. 2014-01-28 22:51:54 +00:00
mmdolze 6deec0ab74 Fix previous commit. 2014-01-28 21:59:41 +00:00
mmdolze 6859002201 Improvements to picoLCD driver IR processing (by M. T. Jones). 2014-01-23 06:01:18 +00:00
mmdolze 5c4b3239fc Improvements to picoLCD driver IR processing (by M. T. Jones). 2014-01-22 22:15:39 +00:00
mmdolze 9ddf986ef5 Fix debug output. Spotted by M. Jones. 2013-12-24 17:53:55 +00:00
mmdolze cc23d7c094 New connection type 'picolcdgfx' that supports picoLCD 256x64 Sideshow
graphical displays from Mini-Box.com (by S. Meharg).
2013-05-08 19:19:55 +00:00
mmdolze 412f5e6605 Changed my mind: Turn off the heartbeat icon on the OldTime screen
unconditionally if title is turned off.
2013-05-04 14:45:28 +00:00
mmdolze c9c3bfa9a9 glcd driver: Add the 'x11' connection type that draws the screen to a X
window (by S. Meharg).
2013-05-04 14:31:14 +00:00
mmdolze 35d37bd230 Fix range check in pyramid_set_char (bug #43). 2013-05-04 08:21:55 +00:00
mmdolze 6e6900922e Add option to turn off title and heartbeat on OldTime screen. 2013-05-04 08:17:32 +00:00
mmdolze 27bb3801b2 Add new connection type 'piplate' to the hd44780 driver (by J. Brogdon).
In the documentation replace the list of the connection types for hd44780
driver with the table also used in the configuration options description
(use only a single place to list and link everyting). While there, remove the
assembly code for lcdserializer.
2013-04-07 11:50:29 +00:00