Sensorian
1.0
C API Reference Guide Library
|
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 [] |
Capacitive touch buttons mirrored on the TFT display.
Definition in file CapacitiveTouch.c.
int main | ( | void | ) |
Definition at line 40 of file CapacitiveTouch.c.
const unsigned char FontASCII8X16[] |