How to program SPI LCD-Display
Stein
Posts: 3
I got some real inexpensive 2*16 LCD display, thinking they must be serial or parallel.
·
But, they are SPI. (Type: HAC-162J)
·
I then sourced the web for some info, but can only find one reference·using some other uP.
(See attachment)
·
And I can’t find any datasheet on this SPI Display.
·
I think a N/V column had a project ones using SPI Display, but can’t find it.
·
Anybody out there heard about SPI LCD?
·
stein.
·
But, they are SPI. (Type: HAC-162J)
·
I then sourced the web for some info, but can only find one reference·using some other uP.
(See attachment)
·
And I can’t find any datasheet on this SPI Display.
·
I think a N/V column had a project ones using SPI Display, but can’t find it.
·
Anybody out there heard about SPI LCD?
·
stein.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
·
I think I need to setup the display first, like we do with·a parallel display.
But that is hard to do when I don't even have·the datasheet.
·
I was hoping that someone accidentally had some code I could work from.
Was I mistaken about an N/V column using SPI LCD?
·
Stein
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
I did a google search with your p/n and lcd, and came up with bs2 code in french. There appears to be a data sheet also. Try the translate function also.
Rick
Yes, that BS2 program was working fine.
But the program only works with a BS2 and not BS2p. I don’t know why.
I will study the “simple” codes and revile a more complete code when I finish, so other stampers can study later.
Thanks.
Stein.
I am not terribly fluent in BS2 programming but, there may be speed dependent code here. The BS2p is faster and that may be a·problem with the existing code.
Rick