Sensorian  1.0
C API Reference Guide Library
CapacitiveTouch.c File Reference

Capacitive touch buttons mirrored on the TFT display. More...

#include <stdio.h>
#include <unistd.h>
#include "bcm2835.h"
#include "SPI.h"
#include "TFT.h"
#include "GFX.h"
#include "i2c.h"
#include "CAP1203.h"

Go to the source code of this file.

Functions

int main (void)
 

Variables

const unsigned char FontASCII8X16 []
 

Detailed Description

Capacitive touch buttons mirrored on the TFT display.

Author
D.Qendri
Date
28 May 2015

Definition in file CapacitiveTouch.c.

Function Documentation

int main ( void  )
Examples:
CapacitiveTouch.c.

Definition at line 40 of file CapacitiveTouch.c.

Variable Documentation

const unsigned char FontASCII8X16[]
Examples:
CapacitiveTouch.c.