aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/MCU/gmouse_lld_MCU_config_template.h
blob: 303557b457ddb0963f5681242bff8ca5ebb383dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * This file is subject to the terms of the GFX License. If a copy of
 * the license was not distributed with this file, you can obtain one at:
 *
 *              http://ugfx.org/license.html
 */

#ifndef _LLD_GMOUSE_MCU_CONFIG_H
#define _LLD_GMOUSE_MCU_CONFIG_H

#define GMOUSE_MCU_PEN_CALIBRATE_ERROR		2
#define GMOUSE_MCU_PEN_CLICK_ERROR			2
#define GMOUSE_MCU_PEN_MOVE_ERROR			2
#define GMOUSE_MCU_FINGER_CALIBRATE_ERROR	4
#define GMOUSE_MCU_FINGER_CLICK_ERROR		4
#define GMOUSE_MCU_FINGER_MOVE_ERROR		4

#endif /* _LLD_GMOUSE_MCU_CONFIG_H */