Motorola M68-Type Parallel Interface Write Cycle Timing
pilot0315
Posts: 910
Does any one have any example code for these two types??
Thanks
AND INTEL I80-TYPE PARALLEL INTERFACE TIMIN
Thanks
AND INTEL I80-TYPE PARALLEL INTERFACE TIMIN
Comments
I would recommend using SPI. Reduces pin count and you don't need speed.
Maybe the QMP display driver is a good example?
You can get that here:
http://www.rayslogic.com/propeller/Products/QMP/QMP.htm
edit: found the actual datasheet and here it says:
"The modules are designed to be directly compatible with industry standard liquid crystal
display (LCD) modules that utilize the Hitachi HD44780U LCD controller/driver"
and to support tying the r/w low:
"A primary advantage of these modules over industry standard LCD modules is that they have a dual-port
RAM that allows data and instructions to be sent to them continuously. Thus, the busy flag is always 0
and the host never has to read the busy flag bit to determine if the modules are busy. Due to this feature,
the execution times for each instruction are not specified"
Just to illustrate how simple it is to clear the display and display "Hello World", here are two lines of Tachyon code that will do this (but please don't shoot me, I'm only the helper) This could easily be made into a "one-liner" of course
(I noticed that if I had two quote blocks using quote tags that it only showed one, so I removed the tags and used " instead)
@"Peter Jakacki"
@evanh
@Rayman