1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

Test program for OBP60 with modyfied display update (slow and duble update )

This commit is contained in:
norbert-walter
2024-08-16 17:18:34 +02:00
parent ff02bfecb0
commit e27de07af1
7 changed files with 31 additions and 17 deletions

View File

@@ -38,6 +38,7 @@
#define OBP_SPI_CLK 38
#define OBP_SPI_DIN 48
#define SHOW_TIME 6000 // Show time in [ms] for logo and WiFi QR code
#define FAST_FULL_UPDATE false// Enable fast full update for e-paper display GDEY042T81
#define FULL_REFRESH_TIME 600 // Refresh cycle time in [s][600...3600] for full display update (very important healcy function)
#define MAX_PAGE_NUMBER 10 // Max number of pages for show data
#define FONT1 "Ubuntu_Bold8pt7b"