ugfx/drivers/touchpad/xpt2046_lld.h

16 lines
215 B
C
Raw Normal View History

#ifndef XPT2046_LLD_H
#define XPT2046_LLD_H
#include "glcd.h"
#include "touchpad.h"
#ifdef TOUCHPAD_USE_XPT2046
2012-07-22 20:21:19 +00:00
uint16_t lld_tpReadX(void);
uint16_t lld_tpReadY(void);
uint16_t lld_tpReadZ(void);
#endif
#endif