Files
waveshare-panel/docs/Touch_e-Paper_Code/c/examples/Test.h
T

15 lines
322 B
C
Raw Normal View History

2026-05-07 16:28:08 -07:00
#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