Author Topic: Possible HUD?  (Read 5302 times)

Offline Lizard

  • Jr. Member
  • **
  • Posts: 41
  • BHP: 1
Possible HUD?
« on: July 17, 2011, 09:57:47 pm »
I was reading this thread on a larger LCD screen. http://www.vemssupport.com/forum/index.php/topic,315.0.html

Then I got to thinking, one could use one of those, but a black background and a green/yellow font, like this.
If we could reverse the font, and position it at the window it should give us a HUD.

I havent look at it just yet, but is this a possibility?

TIA

Offline Sprocket

  • Hero Member
  • *****
  • Posts: 867
  • BHP: 29
Re: Possible HUD?
« Reply #1 on: July 20, 2011, 01:24:11 am »
I asked and got zero response. I haven't bothered asking on the Wiki, as Nothing Seams to happen with suggestions there either, well, mine at least  :D

http://www.vemssupport.com/forum/index.php/topic,1404.0.html

Offline jrussell

  • VEMS USA
  • Administrator
  • Full Member
  • *****
  • Posts: 224
  • BHP: 15
    • VEMS USA
Re: Possible HUD?
« Reply #2 on: July 21, 2011, 04:15:22 pm »
In order to do it, you would have to remap all the characters. Most LCDs only have RAM for 8 or so custom characters, so you would have to remap the custom characters on the fly before writing each, which would be computationally intensive and slow.

This sounds like a much better feature for a dedicated display with it's own processor rather than relying on the ECU to do it.
VEMS USA - Located in beautiful Burlington, Vermont
1988 RX7 Turbo

Offline Sprocket

  • Hero Member
  • *****
  • Posts: 867
  • BHP: 29
Re: Possible HUD?
« Reply #3 on: July 21, 2011, 05:33:27 pm »
an excellent answer, that gives reason.

Thank you :)

Offline z0tya

  • Sr. Member
  • ****
  • Posts: 252
  • BHP: 11
Re: Possible HUD?
« Reply #4 on: July 22, 2011, 07:23:55 am »
I have made an arduino based custom display and logger:

It's connected to main serial port, but a but difficult to reverse engineering the real time communication because of the firmware version little incompatibility.
Now I would like to make an interface and app for android devices...
« Last Edit: July 22, 2011, 08:18:06 am by z0tya »