18 lines
269 B
C
18 lines
269 B
C
/**
|
|
* @file goodix.h
|
|
* @goodix touch ic head file.
|
|
*
|
|
* @Copyright (c) 2022 Semidrive Semiconductor.
|
|
* @All rights reserved.
|
|
*
|
|
**/
|
|
|
|
#ifndef GOODIX_DRV_H_
|
|
#define GOODIX_DRV_H_
|
|
|
|
#include "touch_dev.h"
|
|
|
|
extern int goodix_touch_init(touch_dev_t *touch_dev);
|
|
|
|
#endif
|