I am not sure if that will work or not...because from what i see... It looks like one of the select lines is being used for the display and the other for the touchscreen.... So, i am not sure if its possible to use a mux to create like a subselect and control them with one of the other GPIOs.. Also.. is the data always being pushed into the MOSI so how does me adding a new circuit to do other stuff with the SPI going to work?There are 2 chip select (chip enable) pins exposed on the main GPIO pin header so using two devices at the same time should not be too hard (they should share clock, miso and mosi, each has their own "chip enable").
see http://www.brianhensley.net/2012/07/get ... ry-pi.html for some details.
So i have 2 dilemmas....
1. How to "freeze" the LCD and use the SPI port for other parallel circuitry..
2. Easy way to switch between the LCD and normal HDMI since I dont see anything on HDMI anymore...
Any ideas on where to find any references would be great
