tags:

views:

44

answers:

2

I'm looking to be able to display status information using a small LED or a small LCD screen connected through USB.

All I need to display is very simple status (standby, error, running).

Is there anything already made, decent looking and programmable through C++?

A: 

The Logitech G15 has one.

Billy ONeal
Looks cool - but I would need just the screen. I forgot to mention that for my project the device has to be pretty small.
martin71
A: 

Are you looking for something like this ? Since it's USB HID class, it should be fairly trivial to control from C++ on both Windows and Linux. (And I assume Mac OSX wouldn't be that hard either)

MSalters