save epd config on flash

This commit is contained in:
Shuanglei Tao
2024-11-14 18:01:52 +08:00
parent bd5addaa70
commit 18db97f5be
6 changed files with 154 additions and 51 deletions

View File

@@ -1,4 +1,9 @@
#ifndef EPD_BSP_H__
#define EPD_BSP_H__
#define RX_PIN_NUMBER 0
#define TX_PIN_NUMBER 6
#define RTS_PIN_NUMBER 0
#define CTS_PIN_NUMBER 0
#endif