第一次提交

This commit is contained in:
2026-01-12 18:46:01 +08:00
commit b0f986fb67
18653 changed files with 7101565 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/**
* @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