Skip to content

abossard/alphacool-driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Kernel-space driver for Alphacool LCD device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.1%
  • Other 0.9%