aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/touchpad/xpt2046_lld.h
blob: ed7a0d09192389a8d33d2d5257c419488caa543c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef XPT2046_LLD_H
#define XPT2046_LLD_H

#include "glcdconf.h"
#include "touchpad.h"

#ifdef TOUCHPAD_USE_XPT2046

uint16_t lld_readX(void);
uint16_t lld_readY(void);
uint16_t lld_readZ(void);

#endif
#endif