Add the raspberry Pi program: 1.64inch e-Paper (G), 3inch e-Paper (G) and 7.3inch e-Paper (G)

This commit is contained in:
SSYYL 2022-07-28 17:44:36 +08:00
commit 8c37291d2b
49 changed files with 3858 additions and 10 deletions

View file

@ -1,11 +1,11 @@
/*****************************************************************************
* | File : EPD_Test.h
* | File : EPD_Test.h
* | Author : Waveshare team
* | Function : e-Paper test Demo
* | Info :
*----------------
* | This version: V1.0
* | Date : 2019-06-11
* | This version: V1.1
* | Date : 2022-07-28
* | Info :
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
@ -37,6 +37,10 @@
#include "Debug.h"
#include <stdlib.h> // malloc() free()
int EPD_1in64g_test(void);
int EPD_3in0g_test(void);
int EPD_7in3g_test(void);
int EPD_1in54_DES_test(void);
int EPD_2in13_DES_test(void);
int EPD_2in9_DES_test(void);
@ -70,6 +74,8 @@ int EPD_2in13b_V3_test(void);
int EPD_2in13b_V4_test(void);
int EPD_2in13d_test(void);
int EPD_3in52_test(void);
int EPD_3in7_test(void);
int EPD_4in01f_test(void);