tslib

Better configuration and callibration of touchscreen devices

This project is funded by NLnet through these subgrants:

Options

programs.tslib
programs.tslib.enable

Whether to enable tslib.

Type:
boolean
Default:
false
programs.tslib.package

The tslib package to use.

Type:
package
Default:
pkgs.tslib
Notes:
Missing update script An update script is required for automatically tracking the latest release.

Examples

{ ... }:

{
  programs.tslib.enable = true;
}