ugfx/drivers/touchpad/ads7843_lld.h

16 lines
215 B
C
Raw Normal View History

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