Files
luban-lite/bsp/peripheral/touch/c123hax022/inc/c123hax022.h
刘可亮 724d6bf65e v1.1.2
2025-01-08 19:12:06 +08:00

23 lines
447 B
C

/*
* Copyright (c) 2024, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Notes
* 2024-11-18 the first version
*/
#ifndef __C123HAX022_H__
#define __C123HAX022_H__
#include <aic_hal_gpio.h>
#include <aic_drv_gpio.h>
#include "drivers/touch.h"
#define C123HAX022_SALVE_ADDR 0x2C
#define C123HAX022_MAX_TOUCH 5
#define C123HAX022_POINT_LEN 7
#endif