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.
This commit is contained in:
+20
-11
@@ -113,6 +113,9 @@ supports the following sub-drivers (a.k.a. \fIconnection types\fP):
|
|||||||
.B glcd2usb
|
.B glcd2usb
|
||||||
Till Harbaum's open source/open hardware GLCD2USB (http://www.harbaum.org/till/glcd2usb/)
|
Till Harbaum's open source/open hardware GLCD2USB (http://www.harbaum.org/till/glcd2usb/)
|
||||||
.TP
|
.TP
|
||||||
|
.B picolcdgfx
|
||||||
|
picoLCD 256x64 Sideshow graphic LCD (Mini-Box.com)
|
||||||
|
.TP
|
||||||
.B png
|
.B png
|
||||||
Write out screens as PNG images
|
Write out screens as PNG images
|
||||||
.TP
|
.TP
|
||||||
@@ -170,38 +173,44 @@ LIS2 from VLSystem (http://www.vlsys.co.kr), connected to USB
|
|||||||
.B mplay
|
.B mplay
|
||||||
MPlay Blast from VLSystem (http://www.vlsys.co.kr), connected to USB
|
MPlay Blast from VLSystem (http://www.vlsys.co.kr), connected to USB
|
||||||
.TP
|
.TP
|
||||||
|
.B usblcd
|
||||||
|
LCD device from Adams IT Services (http://www.usblcd.de/)
|
||||||
|
.TP
|
||||||
.B bwctusb
|
.B bwctusb
|
||||||
USB-to-HD44780 converter by BWCT (http://www.bwct.de)
|
USB-to-HD44780 converter by BWCT (http://www.bwct.de)
|
||||||
.TP
|
.TP
|
||||||
.B lcd2usb
|
.B lcd2usb
|
||||||
Till Harbaum's open source/open hardware LCD2USB (http://www.harbaum.org/till/lcd2usb/)
|
Till Harbaum's open source/open hardware LCD2USB (http://www.harbaum.org/till/lcd2usb/)
|
||||||
.TP
|
.TP
|
||||||
|
.B usbtiny
|
||||||
|
Devices based on Dick Streefland's USBtiny firmware
|
||||||
|
.TP
|
||||||
.B uss720
|
.B uss720
|
||||||
USS-720 USB-to-IEEE 1284 Bridge (Belkin F5U002 USB Parallel Printer Adapters)
|
USS-720 USB-to-IEEE 1284 Bridge (Belkin F5U002 USB Parallel Printer Adapters)
|
||||||
.TP
|
.TP
|
||||||
|
.B usb4all
|
||||||
|
Sprut's open source / open hardware USB-4-all (http://www.sprut.de/)
|
||||||
|
.TP
|
||||||
|
.B ftdi
|
||||||
|
USB connection via a FTDI FT2232D chip in bitbang mode
|
||||||
|
.TP
|
||||||
.B i2c
|
.B i2c
|
||||||
LCD in 4-bit mode driven by PCF8574(A) / PCA9554(A), connected via I2C bus
|
LCD in 4-bit mode driven by PCF8574(A) / PCA9554(A), connected via I2C bus
|
||||||
.TP
|
.TP
|
||||||
|
.B piplate
|
||||||
|
Adafruit RGB Positive 16x2 LCD+Keypad for Raspberry Pi
|
||||||
|
.TP
|
||||||
.B spi
|
.B spi
|
||||||
LCD with KS0073 or equivalent in serial mode, connected via SPI bus
|
LCD with KS0073 or equivalent in serial mode, connected via SPI bus
|
||||||
.TP
|
.TP
|
||||||
.B pifacecad
|
.B pifacecad
|
||||||
PiFace Control and Display for the Raspberry Pi (http://www.piface.org.uk/)
|
PiFace Control and Display for the Raspberry Pi (http://www.piface.org.uk/)
|
||||||
.TP
|
.TP
|
||||||
.B ftdi
|
|
||||||
USB connection via a FTDI FT2232D chip in bitbang mode
|
|
||||||
.TP
|
|
||||||
.B ethlcd
|
.B ethlcd
|
||||||
TCP connection using open source/open hardware ethlcd (http://manio.skyboo.net/ethlcd/)
|
TCP connection using open source/open hardware ethlcd (http://manio.skyboo.net/ethlcd/)
|
||||||
.TP
|
.TP
|
||||||
.B usblcd
|
.B raspberrypi
|
||||||
LCD device from Adams IT Services (http://www.usblcd.de/)
|
LCD driven by the GPIO pins of a Raspberry Pi
|
||||||
.TP
|
|
||||||
.B usbtiny
|
|
||||||
Devices based on Dick Streefland's USBtiny firmware
|
|
||||||
.TP
|
|
||||||
.B usb4all
|
|
||||||
Sprut's open source / open hardware USB-4-all (http://www.sprut.de/)
|
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.B i2500vfd
|
.B i2500vfd
|
||||||
|
|||||||
Reference in New Issue
Block a user