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.
mmdolze2014-02-10 07:18:41 +00:00
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/.
mmdolze2014-02-10 07:04:01 +00:00
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).
mmdolze2014-02-10 06:48:44 +00:00
dca261e98a
Add 'spi' connection type by S. Dawson to the hd44780 driver.
mmdolze2014-01-29 21:48:03 +00:00
8230c0ace1
Remove unused parameter from x11w_draw_pixel.
mmdolze2014-01-28 22:51:54 +00:00
6859002201
Improvements to picoLCD driver IR processing (by M. T. Jones).
mmdolze2014-01-23 06:01:18 +00:00
5c4b3239fc
Improvements to picoLCD driver IR processing (by M. T. Jones).
mmdolze2014-01-22 22:15:39 +00:00
9ddf986ef5
Fix debug output. Spotted by M. Jones.
mmdolze2013-12-24 17:53:55 +00:00
cc23d7c094
New connection type 'picolcdgfx' that supports picoLCD 256x64 Sideshow graphical displays from Mini-Box.com (by S. Meharg).
mmdolze2013-05-08 19:19:55 +00:00
412f5e6605
Changed my mind: Turn off the heartbeat icon on the OldTime screen unconditionally if title is turned off.
mmdolze2013-05-04 14:45:28 +00:00
c9c3bfa9a9
glcd driver: Add the 'x11' connection type that draws the screen to a X window (by S. Meharg).
mmdolze2013-05-04 14:31:14 +00:00
35d37bd230
Fix range check in pyramid_set_char (bug #43).
mmdolze2013-05-04 08:21:55 +00:00
6e6900922e
Add option to turn off title and heartbeat on OldTime screen.
mmdolze2013-05-04 08:17:32 +00:00
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.
mmdolze2013-04-07 11:50:29 +00:00
03bc533aff
Add support for FreeBSD's iic I2C framework.
mmdolze2013-04-07 11:45:27 +00:00
1bc222b080
Document the default settings of the server. Although on/true/yes and no/fales/off may be used interchangeable use the values described in the comments.
mmdolze2013-04-07 11:43:03 +00:00
099b0c6274
Add more icons and some smaller fixes (by M. T Jones).
mmdolze2013-03-24 13:59:22 +00:00
1465c1c1d3
Fix description of port range.
mmdolze2013-03-24 13:56:59 +00:00
c23077b722
Raspberry Pi driver: - Correct check for mmap errors (closes#3604495). - Add 40x4 support (for displays with two controllers). - Update the documentation.
mmdolze2013-02-22 15:20:16 +00:00
96502bcfdf
Add 'raspberrypi' connection type to HD44780 driver (by P. Corner).
mmdolze2013-01-27 11:44:42 +00:00
48b1c1ee40
Replace compiler #pragma with comments.
mmdolze2013-01-27 11:33:21 +00:00
4ba9de40b1
Fix some compiler warnings by making use of necessaryTimeUnits.
mmdolze2013-01-19 10:25:04 +00:00
66a860d551
Note some restrictions for controllers featuring extended mode.
mmdolze2013-01-17 22:15:45 +00:00