Search found 1 match

by njh
Sat Aug 16, 2008 12:46 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Ruby Gem for controlling GLK series of displays
Replies: 1
Views: 2926

Ruby Gem for controlling GLK series of displays

Hello,

I have been working on a gem for the Ruby programming language to control the GLK series of Matrix Orbital displays.
Here is a quick example:

require 'matrixorbital/glk'

glk = MatrixOrbital::GLK.new('/dev/ttyUSB0')
glk.clear_screen
glk.backlight = true
glk.brightness = 128
glk.puts "Hello ...