Hi! First of all sorry for my bad english. I wrote a C app for mini2440 with 7 inch touchscreen. If I start it from putty console, working fine, but it started from init.d script at startup, the buttons does not accept click events. Please help Me. Best regards. Paul
Qt app touchscreen not working
When you run is from your console some environment variables are already set and used (they point to the correct device node for example). If you run it from init, these variables are not set!
Thank Juergen! I found this forum: http://billforums.station51.net/viewtopic.php?f=5&t=55, only had to be corrected the device nodes. Now it works!