SSD 1963 DISPLAY CONTROLLER
pilot0315
Posts: 910
Any one have a simple spin only code to run this as an example???
Thanks
Thanks
Comments
Also, could you tell more about what you intend to display?
*MODS*
Could you more to P1 forum please?
This will all need to change depending on the pin configuration Simplified draw, sets up area of display to draw to This will output a pixel to the display
This will print the PropFont to the display
There's a bunch of stuff missing. Hopefully this will get you started! This is for 16-bit mode. If you are using 8-bit mode the initialization changes and I don't have a working 8-bit implementation at the moment.
Averag Joe I found it from an older post. All I get are funky lines. I have commented out the circles and squares so as to start with just
one thing. Just get funky lines. I will post the arduino code that Newhaven sent me. It makes sense but somehow still not working.
Thanks for the help will let y'all know.
It's been a long time but, I remember I would have issues with this if /CS and /WR weren't toggled at the same time. Sounds like a timing issue...
Do you have access to a Logic Analyzer?
Depending on several factors * 8 bit mode / 16 bit mode) you may need to change initialization settings. Without schematic, code, I would just be taking shots in the dark. It could be as simple as a bad PASM driver and we would end up chasing our tails for days...
Work seven days a week.
Will get back thanks for the help.
Thanks
I have some nice code for 4.3" now...
Rayman thats exactly the size I am hoping to try out as well. 4.3" SSD1963, 8080 parallel.
http://www.rayslogic.com/Propeller/Products/DviGraphics/DVI.htm
Toward the bottom of this pager are a bunch of examples.
One is for 4.3" screen and one is for 5" screen with same resolution that pilot wants to do...
These are both with 8080 8-bit connection to Prop.
Also, they use 24-bit connection between SSD and LCD.
You may have to tweak some of the timings, depending on your LCD.
Also, you need to change Prop pin setting to match your setup.
I'm not really a C guy, although I've been forced to brush up on my essential skills. I'd like to explore running touch.spin through the interactive C tool. Going to download in a few.
Still got 15 bare touchburger boards if anyone wants one. It's all through hole and fairly easy to source. I'll make it yours for the cost of shipping! Not trying to hijack your thread but I've been away for awhile. Kudos for sticking with it! Hopefully I can help out, I'm digesting the info you posted. Have my board live with a couple different displays (and even a PI+ official 7" touchscreen) and even have a few arduinos laying around to play with and blog up at some point. I'm focusing my development on 7" displays but it uses the same controller. So probably a couple register changes between the display... Now, if only the manual was correct. If you get stuck, look at the c code for the arduino. I found a misdocumented register but can remember exactly what.
(I'm sure I'll be editing this later)
J