mwilliams03 / Pi-Touchscreen-basic

A basic example of reading imput events from a touchscreen connected to a Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

	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"

About

A basic example of reading imput events from a touchscreen connected to a Raspberry Pi


Languages

Language:C 82.3%Language:Objective-C 17.7%