Skip to content

pskrgag/bbb_lcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bbb_lcd

LCD platform driver for beaglebone black

Driver exports sysfs interface to /sys/class/lcd/lcd16x2

For example:

This will turn lcd into digital clock

/sys/class/lcd/lcd16x2 # echo 'time' > lcdcmd

This will print "hello :)" into lcd

/sys/class/lcd/lcd16x2 # echo 'clear' > lcdcmd
/sys/class/lcd/lcd16x2 # echo 'hello :)' > lcdtext

Photo