mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-24 04:58:54 +00:00
24 lines
459 B
C
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
|