This display is intended for High speed comms from an '808 ecu running OSE$12P. In this mode, you can configure the display to show what you want, any size, color, font you want. See below:

- 8192Baud_Configurable.PNG (946.66 KiB) Viewed 2741 times
This display also supports 'stock' '808 ECU's which support 160Baud ALDL communications. These include Stock VN/VP/VR(manual) ECUs, astra, pulsar, camira etc... There are 3 modes available for 160Baud. Mode1 (SJ1 jumper soldered): This will only show you Battery voltage and Coolant temp. This can be changed if you modify the source and update your firmware. If you can't code in C, modifying and updating firmware is not for you.
Mode2: (SJ1 and SJ2 soldered). This will show the hex values of the data stream from the ECU. If you know what this means, it might be useful for you. Otherwise, it has no purpose.
Mode3: (SJ1, SJ2 and SJ3 soldered). This will show most of the useful stats from the ECU in somewhat human readable numbers. This is for debugging or testing sensors etc. Not ideal as a regular display due to the extrememly slow data rate that 160baud offers.
Other vechicles: As Antus says a few comments earlier, other High speed comms compatible ECU's will likely work with minimal changes to the CONFIG.TXT file. If you're not confident with text files or the instruction manual, this likely isn't for you.
Wiring: In 8192Baud mode, the LCD will need 5v, gnd, TX and RX from the ECU. If TX & RX are combined in a single wire, and it is a 5v signal, you can connect them both together.
In 160Baud mode, the LCD expects 12v, gnd, and you will need 3 resistors. One 10k resistor on the diag port to instruct the ECU to stream out its ALDL data, and 2 resistors to form a voltage divider to reduce the 12v logic signal to somewhere between 3 and 5volts. A 5k and a 10k resistor will be fine for this. Email/PM me if you need further instructions on this.
I hope that clears up any unknowns. The source is avaialble upon request and if you have a basic understanding of C I am happy to help YOU modify the code. Likewise for the CONFIG.TXT file, if you understand the basics and have had a crack at it but can't figure it out, happy to help.