I have a '62 International truck with a few broken gauges that I'd like to replace the factory gauges with an electronic display of some sort as well as adding some functionality. For right now, I'm looking at running 2 fuel gauges (I have dual tanks), 2 voltage gauges, oil temp and pressure gauges, 2 coolant temp gauges, coolant level, and a speedometer. Some functions I will keep on traditional analog gauges, such as the tachometer and warning lights.
My intention was to have some kind of display, with multiple lines for text, such as:
Left Tank: 50% Head Temp: 200*
Right Tank: 76% Rad Temp: 180*
Oil Press: 60psi Fan Speed: Low
Oil Temp: 180* Cool Level: Good
I had seen a similar setup on another forum, though his was much more complicated and added a bunch of other functionality that I don't need/want, and it prompted me to jump into the world of Arduino rather impulse like, despite having not coded a thing since the days of BASIC
I picked up a Mega 2650, and started working on some code, got some base line functionality going, then hit a wall attempting to get the TVout functions working (never could get the code to compile correctly on the 2560). Bought a Uno to try just the TVout code on, got the code to compile, but never got anything to display on the screen. Some more research, and found a lot of people that couldn't get it going, and it sounds like attempting to run it on an LCD is a big issue. I had been trying to make it work with a Xenarc 7" LED monitor, that does have a proper composite input.
More research in, and I find that it's possible to run a color LED display, even touchscreens! It would be really neat to have something like the fuel gauge lines change color as the tank runs down, say to yellow at 30%, and red at 10%.
I'd like to continue to use the same LED monitor that I've been working with, as it would be easy to install in the truck, and has multiple inputs in the event that I add something like a reverse camera later, or a PC computer setup. The monitor does also have both a VGA and DVI input as well.
This is where I'm a bit lost - whats my next step for display interface? Am I headed down a difficult path for a newbie to attempt to continue to use this monitor? Should I be looking at the VGA interfaces I've seen? Is there another, better, composite interface I could be using? Seems like that would be plenty enough resolution/performance for what I'm shooting for.