Files
luban-lite/bsp/peripheral/touch/jd9366/inc/jd9366.h
刘可亮 3e10f578d3 v1.2.2
2025-10-21 13:59:50 +08:00

24 lines
459 B
C

/*
* Copyright (c) 2025, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Notes
* 2024-08-26 the first version
*/
#ifndef __JD9366_H__
#define __JD9366_H__
#include <aic_hal_gpio.h>
#include <aic_drv_gpio.h>
#include "drivers/touch.h"
#define JD9366TS_MAX_TOUCH 10
#define JD9366TS_REGITER_LEN 6
#define JD9366TS_SALVE_ADDR 0x68
#define JD9366TS_INTO_LEN 5
#endif