tfsnchez wrote:ghans wrote:Please give us a datasheet or at least a link to the product page of the display.
thanks for you response, for more details I made a diagram about my project.
I think they think that you are talking about some unusual sort of display but it appears you have an ordinary hdmi device. The tvservice program can be run to turn normal hdmi and composite pi screens on and off.
I would create a function to do this and directly use this program in the function to start out with at least so I could get it going. If you put this inside a function, you can later easily go in and change how you are turning screens on and off, the means can be different on different hardware and operating systems. If you strew calls to this program all over your program and later find out you have a better way or that your hardware is suddenly different, you'll have to hunt them all down.