View Single Post
Old 11-03-2008, 08:13 AM   #234 (permalink)
jmilk
EcoModding Lurker
 
Join Date: Aug 2008
Location: Home
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by zwoodward View Post
A final question that our ability to make an HUD hinges on is whether or not the programming for these devices can be written in such a way as to reverse the display (mirror image)?
Fun idea, been thinking about that as well. It's certainly possible to mirror the custom large-number display of the MPGuino. But having worked with various character LCD modules (like the one used here) in the past, I don't think the LCD's backlight would provide the right combination of brightness and contrast to make a workable HUD. For that, you might want to adapt a 7-segment display -- and yes, they can be mirrored: There are a few i2c led-controllers out there which can control the display on the segment-level, and only use two arduino pins.
  Reply With Quote