English 中文(简体)
Searching for a drive bay LED/LCD with buttons hardware and API
原标题:

My colleagues and I have got an interesting little prototype hardware/software project that would follow these loose requirements/specs/implementation details:

  • Hardware:
    • Take simple user input from a couple of buttons, maybe a dial
    • Give some textual output to the user, a 3-line LED would suffice but fancier is OK
    • Powerful x86 CPU required
  • Software
    • Windows-based OS
    • Simple, easy to program to API for LED/LCD pannel input & output. Preferable Java, or another high-level language.
    • No monitor connected in most use cases

It looks to me like my project is exactly what the HTPC folks are doing, but after an hour of Googling and researching, I can t seem to find any specifics on programming the hardware for HTPC cases from Silverstone, et al.

Can someone point me in the right direction?

问题回答

LCDSmartie may be a source for your required library.

http://lcdsmartie.sourceforge.net/

You may need to use it as a basis for some hacking.





相关问题
Configuration of Java Developer s Notebook

For Java Platform, i use Eclipse Galileo IDE, Jboss Tools plugin, SpringSource IDE, MyEclipse IDE, Tomcat as Service, Mysql as Service, Oracle Sql Developer Client, Netbeans, Aptana Studio, also ...

deviceID format for PS/2 mouse

I would like to know the DeviceID and PNPDeviceID format for PS/2 Mouse. On my system Device ID for PS/2 mouse is ACPIPNP0F134&1F1D307&0. So is the format is ACPIPNPxxxx{something} or some ...

Java Hardware Interrupt Handling

I would like to know if it is possible to automatically invoke a Java method when a hardware interrupt is raised.

Determine VRAM size on windows

I need to determine roughly how much VRAM a system s graphics card has. I know all the reasons why I shouldn t but I do. It doesn t need to be perfect (some cards lie etc.) but I need a ballpark. On ...

Relation between USB and PCI

I m bit confused by the following statement in linux device drivers book. http://www.linuxdriver.co.il/ldd3/ 13.2. USB and Sysfs To help understand what this long device path means, we describe ...

Do bitwise operations distribute over addition?

I m looking at an algorithm I m trying to optimize, and it s basically a lot of bit twiddling, followed by some additions in a tight feedback. If I could use carry-save addition for the adders, it ...

热门标签