ssd 1963,newhaven display
pilot0315
Posts: 910
in Propeller 1
A few years ago I bought a newhaven 7 inch tft. Had growing pains with it in spin. I was trying to port the arduino example code to spin. Got pretty close but had issues. Recently leaned Propeller C, C and C++. Went back to the project and have an issue. Andy Lindsay did help. But I still got a problem.
I am able to initiate the screen but not able to paint it. My old Spin code and the C code initiation sequences are identical and work. I use a repeat sequence in Spin to paint the screen but it has issues.
I am uploading the Arduino code and Propeller C code as well as Spin.
What am I missing?
If anyone has a simple suggestion please let me know
I am able to initiate the screen but not able to paint it. My old Spin code and the C code initiation sequences are identical and work. I use a repeat sequence in Spin to paint the screen but it has issues.
I am uploading the Arduino code and Propeller C code as well as Spin.
What am I missing?
If anyone has a simple suggestion please let me know
Comments
http://www.rayslogic.com/Propeller/Products/DviGraphics/DVI.htm
One of the demos is for a 4.3" touchscreen instead of DVI output...
Looks like you have this at the end of your setwindow function, so as long as you call that, should be ok...
Or anyone else who has this setup??
Thanks