/alphacool-driver

Kernel-space driver for Alphacool LCD device

Primary LanguageC++

Alphacool LCD driver

This is a kernel-space driver for Alphacool LCD device for GNU/Linux. Driver supports only 200x64 resolution. Software includes the kernel-space driver and demo application, allowing to print any text on the screen and show current time. Driver is tested on 3.8 kernel. Also there is a package for Arch Linux, i am planning to add it to AUR soon.

Screenshots:

Demo application

Demo application

Installation

To install do

make && sudo make install

To uninstall do

sudo make uninstall

To make Arch package do

make package