included ssd1322 display + GUI

This commit is contained in:
2021-06-14 08:11:06 +02:00
parent d223644a2e
commit a644f16131
10 changed files with 308 additions and 559 deletions

View File

@@ -7,7 +7,6 @@ void initBoard(void);
//#define HAS_SSD1306
#define OLED_CS 5 // , CS - Chip select
#define OLED_DC 17 // DC digital signal
#define OLED_RESET 0 // using hardware !RESET from Arduino insteadx
#define OLED_CS 14
#define OLED_DC 17
#define OLED_RST 4