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

11 lines
145 B
C
Raw Normal View History

2026-05-07 16:28:08 -07:00
#include "Test.h"
int main()
{
// TestCode_2in13();
// TestCode_2in13_V3();
// TestCode_2in13_V4();
TestCode_2in9();
return 0;
}