On Thu, Dec 26, 2013 at 8:13 PM, Richard <legalize at xmission.com> wrote:
- integrate it as an X input extension device. This
would take some
programming, but shouldn't be too hard.
I think that's quite do-able.
- media player interface. Stop, Play, Pause, FFwd,
Rewind, etc.
I've done media player hacks (XMMS) with LCDproc that can use
serially-attached LCDs and such. There is no driver presently for an
LPFK as an input device, but I have written drivers before and it's
not that hard.
You could use it for a track indicator/selector as well. Use the
bottom row for control (stop/play/etc) and the middle 24 buttons to
show what track is currently playing, then skip to any random track by
pressing one button.
More classiccmp-ish -- PDP-8/11 front panel toggle
switches?
With an arrangement of 4-6-6-6-6-4, you _could_ use 2 rows for 12
bits, but it's a bit odd to think of PDP-8 instructions as pairs of
6-bit numbers. The keypad geometry is a bit odd for the PDP-11.
One could also use part of it as a hex keypad, so it could be used as
an 1802 front panel as well, but I'd want to stick a microcontroller
between the LPFK and the 1802 and have lines on the microcontroller
twiddle the lines on the 1802 (as was done with later Elf designs and
the 74c922 keypad controller).
With a bit of code and a solenoid, it could become a
needlessly-complex digital lock (that plays Life until you want to
open the door).
-ethan