/* * 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 #include #include "drivers/touch.h" #define C123HAX022_SALVE_ADDR 0x2C #define C123HAX022_MAX_TOUCH 5 #define C123HAX022_POINT_LEN 7 #endif