Added drivers for 9.7" ePaper display

This commit is contained in:
Ace
2020-06-18 16:21:26 +02:00
parent 88adcb4e7f
commit 8e27116f3a
64 changed files with 45730 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#ifndef __AsciiLib_H
#define __AsciiLib_H
#include <stdint.h>
#include <string.h>
void GetASCIICode(uint8_t* pBuffer,uint8_t ASCII);
#endif