Update default settings in the board file for the ADS7843 touch
This commit is contained in:
parent
2904cd326b
commit
00de925523
1 changed files with 6 additions and 6 deletions
|
@ -9,12 +9,12 @@
|
||||||
#define _GINPUT_LLD_MOUSE_BOARD_H
|
#define _GINPUT_LLD_MOUSE_BOARD_H
|
||||||
|
|
||||||
// Resolution and Accuracy Settings
|
// Resolution and Accuracy Settings
|
||||||
#define GMOUSE_ADS7843_PEN_CALIBRATE_ERROR 2
|
#define GMOUSE_ADS7843_PEN_CALIBRATE_ERROR 8
|
||||||
#define GMOUSE_ADS7843_PEN_CLICK_ERROR 2
|
#define GMOUSE_ADS7843_PEN_CLICK_ERROR 6
|
||||||
#define GMOUSE_ADS7843_PEN_MOVE_ERROR 2
|
#define GMOUSE_ADS7843_PEN_MOVE_ERROR 4
|
||||||
#define GMOUSE_ADS7843_FINGER_CALIBRATE_ERROR 4
|
#define GMOUSE_ADS7843_FINGER_CALIBRATE_ERROR 14
|
||||||
#define GMOUSE_ADS7843_FINGER_CLICK_ERROR 4
|
#define GMOUSE_ADS7843_FINGER_CLICK_ERROR 18
|
||||||
#define GMOUSE_ADS7843_FINGER_MOVE_ERROR 4
|
#define GMOUSE_ADS7843_FINGER_MOVE_ERROR 14
|
||||||
|
|
||||||
// How much extra data to allocate at the end of the GMouse structure for the board's use
|
// How much extra data to allocate at the end of the GMouse structure for the board's use
|
||||||
#define GMOUSE_ADS7843_BOARD_DATA_SIZE 0
|
#define GMOUSE_ADS7843_BOARD_DATA_SIZE 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue