ChibiMo – An AVR-based USB Display

chibimo_usb_arduino_external_monitor

[Ko] wanted to add an extra monitor to his computer, but he wasn’t looking for something huge that would sit atop his desk – he desired something smaller, much smaller.

His ChibiMo mini USB monitor is a neat little creation that lets you extend or mirror your Windows desktop onto a tiny 128×64 pixel LCD panel. At first glance you might think that it is too small to be useful, but it is recognized in Windows in the same fashion as any standard monitor. This means that it would be quite easy to load system monitoring software solely on the LCD panel, keeping the clutter off of your main display.

The display is wired to an Arduino like any other standard shield, and is connected to his computer via a USB cable. Once the ChibiMo sketch is uploaded to the Arduino, the display driver needs to be loaded on the PC. This allows you to tweak the ChibiMo’s display settings in Windows’ display manager.

It’s a great concept, one we would love to see explored further. As of right now, the ChibiMo is only supported on x86 versions of Windows XP, and we weren’t able to find source links anywhere on his site. Perhaps there are some talented members of our community who would be interested in taking a whack at it…

17 thoughts on “ChibiMo – An AVR-based USB Display

  1. thats great! but for the price he paid for the arduino and lcd plus the time he used in creating it, he could have bought a small 4inch usb lcd off ebay and saved himself the trouble. but i still love the hack. this would be way cooler if he used a VFD.

  2. *Hint: Hit the Japanese link in the upper right corner, then scroll down a little for a video.

    I need to make this, maybe port the code to one of the PICs I have lying around….

  3. Anyone care to have a look at the code please? I wanted to have it worked on a MEGA which is the only Arduino I have. Is it possible to adopt the code for MEGA? Thanks in advance.

  4. Pretty ingenious, very similar concept to sprite_tm’s digital picture frame hack.

    Although the latter was never designed to act as a second display though.

    Next step, phase sequential colour via RGB LED backlighting.
    The panel ought to support writing at higher speed than designed, you will get some ghosting but this might not be a problem at ambient temperature.

    One of the suggestions for making large area E-ink screens for outdoor advertising was to preheat the panel above 15 Celsius using a flat panel heater but only before changing the content so it could sit there for weeks if need be before being rewritten.

  5. @Nardella

    Yes, this technique was used on some early JVC camcorders because the technology of the time wasn’t up to making colour LCDs in viewfinder size.

    Interestingly there was an article in Practical Wireless circa 1960 detailing a way to make a “pseudo-colour” CRT display using a B/W CRT with a switching filter of some kind.

Leave a Reply to MichaelCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.