fhp14
Posts: 5
Joined: Wed Apr 15, 2015 11:34 pm

Terminal displays through running program

Fri Apr 17, 2015 2:30 am

I am attempting to run this program https://github.com/mwilliams03/Pi-Touch ... nExample.c from http://ozzmaker.com/2013/09/10/controll ... uchscreen/.

I have made this program auto-start, but the terminal 'behind' the program shows through when I touch the screen. When I launch the program from SSH, the program works as expected. I know that this is because the terminal is trying to control the framebuffer over the top of the program. But how do I suppress this?

I have a Raspberry Pi B+ with a JBtek 3.5 inch screen.

Any guidance would be appreciated.


Return to “C/C++”