ugfx/drivers/touchpad/ads7843_lld.h

16 lines
215 B
C
Raw Normal View History

2012-06-11 16:37:38 +00:00
#ifndef ADS7843_LLD_H
#define ADS7843_LLD_H
#include "glcd.h"
2012-06-11 16:37:38 +00:00
#include "touchpad.h"
#ifdef TOUCHPAD_USE_ADS7843
2012-07-22 20:21:19 +00:00
uint16_t lld_tpReadX(void);
uint16_t lld_tpReadY(void);
uint16_t lld_tpReadZ(void);
2012-06-11 16:37:38 +00:00
#endif
#endif