This is the README file for the Crystalfontz display driver for lcd4linux This driver supports the 632/634 LCD-Modules from Crystalfontz, but should work for the 626 and 636 modules too. The 634 is a 20x4 character display, while the others only display 16x2. I've written the driver using a 634 module. The driver understands the following configuration parameters: Display: any of 626, 632, 634 and 636. Port: serial device (i.e. ttyS0) the LCD module is connnected to. Speed: any of 1200, 2400, 9600 and 19200. By default, the driver uses 9600 which is the speed the LCD modules are hardwired at. If your module works at a different speed than 9600, use this parameter. Otherwise omit it (i.e. omit it when you have a 634). Backlight: controls the backlight brightness. Quote from 634.pdf from the Crystalfonts-Webserver[1]: "0=OFF 100=ON. Intermediate values vary the brightness. There are a total of 25 possible brightness levels." Contrast: controls the contrast settings. Quote[1]: "0=very light, 100 = very dark. 50 is typical. There are a total of 25 possible contrast levels." Known bugs: When you draw a bar over a previously drawn textfield, the white portion the bar will not erase the text. Only when the black portion of the bar has reached the full bar length, the text will be erased. I did not bother to implement that, since in lcd4linux, the whole display-screen is erased prior to switching to a different 'screen'. Implementing this feature would just add to program-overhead. Yes, you guessed it: I did not use the "bar"- command that comes with the LCD-module, but wrote my own instead. lcd4linux also supports "split-" or "dual-bars" (two bars in one segment), which are not available on the Crystalfontz firmware. [1] http://www.crystalfontz.com od='get' action='/dtv-scan-tables.git/log/dvb-t/fi-Ylitornio_Ainiovaara'>
path: root/dvb-t/fi-Ylitornio_Ainiovaara (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2012-03-11update scan files for fi-*Christoph Pfister8-2/+9
submitted by crope iki.fi
2012-03-11update scan file for uk-TacolnestonChristoph Pfister1-10/+16
submitted by andyqos ukfsn.org
2012-03-10update scan files for Ireland (ie-*)Jonathan McCrohan12-24/+36
Add upcoming Saorview MUX2. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2012-03-10update scan files for de-*Christoph Pfister13-35/+32
2012-03-10update scan file for fi-soneraChristoph Pfister1-0/+11
submitted by mikko.autio1 gmail.com
2012-03-10update scan file for uk-EmleyMoorChristoph Pfister1-8/+5
submitted by gnu_andrew member.fsf.org
2012-03-10remove scan file for nl-Ziggo-ZwolleChristoph Pfister1-26/+0
obsoleted by nl-Ziggo submitted by rigolo gmail.com
2012-03-10replace it-* by it-AllChristoph Pfister28-624/+135
it-All is a subset of auto-Default there are no exceptions in the VHF band anymore --> auto-Italy is obsolete
2012-02-05add scan files for Ireland (ie-*)Jonathan McCrohan12-0/+48
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2012-03-10update scan file for uk-CrystalPalaceChristoph Pfister1-10/+17
submitted by rankincj yahoo.com
2012-03-10update scan file for es-HuescaChristoph Pfister1-7/+14
submitted by vha spheresystems.co.uk
2013-01-09Fix differences from dvb-apps treeMauro Carvalho Chehab2-20/+23
Somehow, a few changesets didn't seem to export correctly. So, fix the differences manually.