LCD 2x16 HITACHI EMULATOR
basic4ever
Posts: 9
Hi Guys
I had started a project that emulates the 2x16 hitachi lcd and outputs the output to a VGA.
The idea is the propeller to capture the data that comes from a Microcontroller (the data that usually the microcontroller sends to a real 2x16 hitachi lcd), interpret it and output to a vga.
Looks the video
But it´s too slow.
If you are interested in the code and make it faster. Please, e-mail me, tcpipchip@hotmail.com
Miguel
I had started a project that emulates the 2x16 hitachi lcd and outputs the output to a VGA.
The idea is the propeller to capture the data that comes from a Microcontroller (the data that usually the microcontroller sends to a real 2x16 hitachi lcd), interpret it and output to a vga.
Looks the video
But it´s too slow.
If you are interested in the code and make it faster. Please, e-mail me, tcpipchip@hotmail.com
Miguel
Comments
In what way too slow ?
If you have issues in some area, posting a clearer version of the problem, could get you some help here.
FWIR Hitachi devices were ~500ns region devices, which PASM should be able to capture ?
'Live' emulation of items like bus-width may be trickier, but apps could tolerate that as a Pin choice ?
Let rewrite the SPIN code and make it faster
Miguel
tcpipchip@hotmail.com