Skip to content

hogeki/ikalcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

This is USB device driver for IKA Logic LCD Logic Combo.
http://ikalogicstore.com/index.php?id_product=17&controller=product

I made it on Ubuntu13.04(kernel3.8.0).
It is based on usb-skeleton.c in kernel source.

How to use:

#make
#insmod ikalcd.ko
#echo -n "foobar" >/dev/ikalcd0

"foobar" is showed on the LCD.
You can also control the LCD by sending commands.
For example:

#echo -en "\x11\x65\x80" >/dev/ikalcd0

This sets up the brigntness of the LCD backligt.
See datasheet for more details.

About

Linux USB device driver for LCD Logic Combo(IKA Logic)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages