ugfx/drivers/touchpad/xpt2046_lld.h
Thomas Saunders d0e3a0636e removed glcdconf.h
it makes more sense for this config to be in the board file /
application header / chconf.h
2012-06-22 10:26:41 +01:00

16 lines
209 B
C

#ifndef XPT2046_LLD_H
#define XPT2046_LLD_H
#include "glcd.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