blob: 85f40da5639b99a90367ba4f9748c71459736b9d (
plain)
1
2
3
4
5
6
7
8
|
To use this driver:
1. Add in your halconf.h:
a) #define GFX_USE_TOUCHSCREEN TRUE
2. To your makefile add the following lines:
include $(GFXLIB)/drivers/touchscreen/ADS7843/touchscreen_lld.mk
|