Initial commit: TXW82x FPV v2.7.0.7-42229 SDK + project sources

This commit is contained in:
2026-07-06 11:30:13 +08:00
commit e76462eeb7
3451 changed files with 1415300 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#ifndef __CST226SE_H_
#define __CST226SE_H_
#include "basic_include.h"
#include "hal/i2c.h"
#include "app_iic/app_iic.h"
#include "lib/touch/hyn_core.h"
#include "lib/touch/touch_pad.h"
void cst226se_init();
void *cst226se_get_multipoint_xy();
uint32_t cst226se_free_multipoint_xy(void *data);
#endif