Hi all, my touchscreen is working well once logged in (root or user no problem). If I load an application using touch screen at start up (using rcS script), then touchscreen doesn't respond. I checked the "export " needed for the touchscreen and I confirm they are in the "profile" file, so I can't find any reason. Any idea ? Best regards, David
Touch screen problem (at start up only)
I am not sure what you mean, if I launch my Qt app from console (after logged in) touchscreen works. If I launch my Qt app from console by a "rcS" script touchscreen doesn't work. (I have created a "S70myapp" script which launches /home/ftp/scr which is my app). regards, David
I finally found ! I had to repeat the export needed for touch screen is the S70myapp just before the line executing my app. It's seems not enough to have the export in the "profile" file
In my nec3.5" lcd touch screen the display was aligned to right with some portion not displayed. According to a post I tried the command ts_test in the terminal of the board.command not found is displayed in the terminal. How I have to make the alignment normal.
Here is the answer http://www.friendlyarm.net/forum/topic/1246 Spare your zImage_N35 on zImage_T35. Success.
Hi All, Copy data from "profile" file and paste it in "rcS" file under /etc/init.d file at its end. then execute application inside same rcS file. it will work thanks sudhanshu