Logitech G-15

This driver supports the display module embedded in the Logitech G-15 gaming keyboard. At this point in time the 'M*' and 'G*'keys don't work, however you're here for the LCD screen, not the buttons ;) At this point in time the driver is a bit temperamental (and very experimental) and you may see strange artifacts of text or graphics. In addition, you MUST run lcd4linux with debugging turned ON (-vv and -q), so you may need to edit your /etc/init.d/lcd4linux (correct for debian 3.1) or /etc/conf.d/lcd4linux (for Gentoo users) and make appropriate changes. Under Debian, you add a varible like so: 'DAEMON_OPTS="-vv -q"'. If this is not your distro of choice, you might have to append -vv to the end of either the executeable path as you find it in the script, or to the end of the refrence to start-stop-daemon after the '--', if you dont see a '--' then add it to the line then append '-vv -q'. If this still doesn't work out, then get in contact with Jay and he'll see what he can do (jaycoles <@> yahoo.com).

That's basically all you need to get the driver up and running. At this point in time we don't support loading a bitmap, however it should be written fairly soon as it's too good a feature to pass up! (See the "cool things" page or the front page for an example of what this can do.)

For more infomation, see the G15 Forums. Keep in mind that it is aimed at a Windows crowd, and we don't currently have a Linux forum, so don't expect too many anwsers. You're best off contacting either the maintainer (phyreskull <@> hotmail.com) or Jay (as above) for assistance. For more infomation that's more or less up-to-date, see http://g15forums.com/forum/viewtopic.php?p=6675#6675 or http://g15forums.com/forum/ or even http://phyreskull.ithium.net/g15wiki/

The driver fully supports the text, bar and icon widgets.


Display Section

Display <name> {
    Driver     'G-15'
    Size       <string>
    Font       <string>
    Foreground <color>
    Background <color>
    Basecolor  <color>
}

Parameters:

Driver'G-15'
Sizesize of the display in pixels, specified as <width>x<height> (e.g. "160x43")
Fontfont size, specified as <width>x<height> ('6x8' supported at the moment)
Foregroundcolor of active pixels (RRGGBBAA or RRGGBB), default is opaque black '000000ff' (see colors for details)
Backgroundcolor of inactive pixels (RRGGBBAA or RRGGBB), default is transparent 'ffffff00' (see colors for details)
Basecolorcolor of virtual backlight (RRGGBB), default is white 'ffffff' (see colors for details)

Examples:

G-15 Driver

Driver Logitech {
   Driver 'G-15'
   # X and Y dimensions are hardcodded but i added this for completeness
   Size   '160x43' 
   # Font can only be '6x8' however '5x8' can be displayed sometimes
   Font   '6x8'
}