rPi 3 : Dual display SPI LCD and HDMI
Etienne SOBOLE (3572) 28 posts |
Hi. I’d like to know if it’s possible to draw on the piLCD screen and the HDMI screen simultaneously (but not the same thing) ? The Raspberry pi 3 hardware can do that. The job has been partially done under linux The best and nicest solution would be to have 2 distinct framebuffer. Do you think this is possible under RISCOS ? Thank’s |
Jeffrey Lee (213) 6048 posts |
Not at the moment, no. Dual display support for the Pi is one of the things I want to add support for, but it’s likely to be a few months away at least. |
Etienne SOBOLE (3572) 28 posts |
…few months away at least. Argh… ;( I really need this feature ! Thank’s |
Jeffrey Lee (213) 6048 posts |
For the past few years the problem has been that there aren’t enough developers working on the OS, so the best way of speeding up development is to become a developer! (or find someone else to become a developer). |
Etienne SOBOLE (3572) 28 posts |
Hum… But first, I’ll try to understand how the bcm2835 works and how to send something to a SPI LCD/TFT… |
David Feugey (2125) 2709 posts |
Duplicate Jeffrey more and more? :)
… or be an hero yourself. |
David Feugey (2125) 2709 posts |
Jeffrey, can I have your email on temp1267@riscos.fr? |
Steve Pampling (1551) 8170 posts |
UserGuide in process of update, Tutorials etc and Programmers Reference Manual on line, but then if you have a Pi running RISC OS you have an install that already has a lot of documentation to read through already loaded. |
Jeffrey Lee (213) 6048 posts |
Bill Antonia has written a SPI driver, if you know the details of the protocol the display uses then you should be able to use that to talk to it. http://www.beaconhillcott.net/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=70 See also this thread
Done! |
Etienne SOBOLE (3572) 28 posts |
Thank’s Jeffrey Finally there are several excellent works that probe how to implemente a SPI LCD and give some source code and the bcm2835 it documented here With the link you gave me, I should be able to get by :) |