glcd driver: Add the 'x11' connection type that draws the screen to a X

window (by S. Meharg).
This commit is contained in:
mmdolze
2013-05-04 14:31:14 +00:00
parent 35d37bd230
commit c9c3bfa9a9
9 changed files with 578 additions and 12 deletions
+1
View File
@@ -15,6 +15,7 @@ v0.5dev (ongoing development)
+ hd44780: Add support for FreeBSD's iic I2C framework
+ hd44780: New connection type 'piplate' (J. Brogdon)
* lcdproc client: Add option to turn off title and heartbeat on OldTime screen
+ glcd driver: Connection type 'x11' that draws to a X window (S. Meharg)
v0.5.6
- Remove deprecated CFontz633 driver. Use CFontzPacket with Model=633 instead!