Files
waveshare-panel/docs/Touch_e-Paper_Code/c/examples/Test.h
T
growlph a125f45b34 Touchscreen driver POC
Example documentation
2026-05-07 16:28:08 -07:00

15 lines
322 B
C

#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