A simple program that demonstrates how to program for a touchscreen. Specifically on the Raspberry Pi. This prgram can be used for most Linux based systems. For more details: ozzmaker.com Compile buttonExample with "gcc -g -o buttonExample buttonExample.c -l wiringPi"
mwilliams03/Pi-Touchscreen-basic
A basic example of reading imput events from a touchscreen connected to a Raspberry Pi
C