Touchscreen driver POC

Example documentation
This commit is contained in:
2026-05-07 16:28:08 -07:00
parent c0ad8306a7
commit a125f45b34
201 changed files with 19783 additions and 34 deletions
+15
View File
@@ -0,0 +1,15 @@
#ifndef _MAIN_H_
#define _MAIN_H_
#include <stdlib.h> //exit()
#include <signal.h> //signal()
#include <pthread.h> //pthread_create()
#include "GUI_Paint.h"
#include "GUI_BMPfile.h"
int TestCode_2in13(void);
int TestCode_2in13_V3(void);
int TestCode_2in13_V4(void);
int TestCode_2in9(void);
#endif