From 0b9c314c9fc4efc9d3645b947023a804624806fb Mon Sep 17 00:00:00 2001 From: ZinggJM Date: Thu, 6 Jun 2024 17:03:44 +0200 Subject: [PATCH] Version 1.5.7 - added support for GDEY0213F51 2.13" 4-color 122x250, JD79661 - added support for GDEM1085T51 10.85 b/w 1360x480, JD79686AB --- examples/GxEPD2_Example/GxEPD2_selection_check.h | 4 ++-- examples/GxEPD2_GFX_Example/GxEPD2_selection_check.h | 4 ++-- examples/GxEPD2_HelloWorld/GxEPD2_selection_check.h | 4 ++-- examples/GxEPD2_NotPagedExample/GxEPD2_selection_check.h | 4 ++-- .../GxEPD2_PagedDisplayUsingCallback/GxEPD2_selection_check.h | 4 ++-- .../GxEPD2_RotaryUsingBusyCallback/GxEPD2_selection_check.h | 4 ++-- examples/GxEPD2_SD_Example/GxEPD2_selection_check.h | 4 ++-- examples/GxEPD2_SerialFlash_Example/GxEPD2_selection_check.h | 4 ++-- examples/GxEPD2_Spiffs_Example/GxEPD2_selection_check.h | 4 ++-- examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_selection_check.h | 4 ++-- examples/GxEPD2_WiFi_Example/GxEPD2_selection_check.h | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/examples/GxEPD2_Example/GxEPD2_selection_check.h b/examples/GxEPD2_Example/GxEPD2_selection_check.h index 3af3381..dcf38ee 100644 --- a/examples/GxEPD2_Example/GxEPD2_selection_check.h +++ b/examples/GxEPD2_Example/GxEPD2_selection_check.h @@ -124,10 +124,10 @@ #error "GxEPD2_3C used with b/w driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_4C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 4-color driver class"" +#error "GxEPD2_3C used with 4-color driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_7C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 7-color driver class"" +#error "GxEPD2_3C used with 7-color driver class" #endif #if IS_GxEPD2_4C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_BW(GxEPD2_DRIVER_CLASS) #error "GxEPD2_4C used with b/w driver class" diff --git a/examples/GxEPD2_GFX_Example/GxEPD2_selection_check.h b/examples/GxEPD2_GFX_Example/GxEPD2_selection_check.h index 3af3381..dcf38ee 100644 --- a/examples/GxEPD2_GFX_Example/GxEPD2_selection_check.h +++ b/examples/GxEPD2_GFX_Example/GxEPD2_selection_check.h @@ -124,10 +124,10 @@ #error "GxEPD2_3C used with b/w driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_4C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 4-color driver class"" +#error "GxEPD2_3C used with 4-color driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_7C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 7-color driver class"" +#error "GxEPD2_3C used with 7-color driver class" #endif #if IS_GxEPD2_4C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_BW(GxEPD2_DRIVER_CLASS) #error "GxEPD2_4C used with b/w driver class" diff --git a/examples/GxEPD2_HelloWorld/GxEPD2_selection_check.h b/examples/GxEPD2_HelloWorld/GxEPD2_selection_check.h index 3af3381..dcf38ee 100644 --- a/examples/GxEPD2_HelloWorld/GxEPD2_selection_check.h +++ b/examples/GxEPD2_HelloWorld/GxEPD2_selection_check.h @@ -124,10 +124,10 @@ #error "GxEPD2_3C used with b/w driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_4C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 4-color driver class"" +#error "GxEPD2_3C used with 4-color driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_7C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 7-color driver class"" +#error "GxEPD2_3C used with 7-color driver class" #endif #if IS_GxEPD2_4C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_BW(GxEPD2_DRIVER_CLASS) #error "GxEPD2_4C used with b/w driver class" diff --git a/examples/GxEPD2_NotPagedExample/GxEPD2_selection_check.h b/examples/GxEPD2_NotPagedExample/GxEPD2_selection_check.h index 3af3381..dcf38ee 100644 --- a/examples/GxEPD2_NotPagedExample/GxEPD2_selection_check.h +++ b/examples/GxEPD2_NotPagedExample/GxEPD2_selection_check.h @@ -124,10 +124,10 @@ #error "GxEPD2_3C used with b/w driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_4C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 4-color driver class"" +#error "GxEPD2_3C used with 4-color driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_7C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 7-color driver class"" +#error "GxEPD2_3C used with 7-color driver class" #endif #if IS_GxEPD2_4C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_BW(GxEPD2_DRIVER_CLASS) #error "GxEPD2_4C used with b/w driver class" diff --git a/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_selection_check.h b/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_selection_check.h index 3af3381..dcf38ee 100644 --- a/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_selection_check.h +++ b/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_selection_check.h @@ -124,10 +124,10 @@ #error "GxEPD2_3C used with b/w driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_4C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 4-color driver class"" +#error "GxEPD2_3C used with 4-color driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_7C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 7-color driver class"" +#error "GxEPD2_3C used with 7-color driver class" #endif #if IS_GxEPD2_4C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_BW(GxEPD2_DRIVER_CLASS) #error "GxEPD2_4C used with b/w driver class" diff --git a/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_selection_check.h b/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_selection_check.h index 3af3381..dcf38ee 100644 --- a/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_selection_check.h +++ b/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_selection_check.h @@ -124,10 +124,10 @@ #error "GxEPD2_3C used with b/w driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_4C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 4-color driver class"" +#error "GxEPD2_3C used with 4-color driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_7C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 7-color driver class"" +#error "GxEPD2_3C used with 7-color driver class" #endif #if IS_GxEPD2_4C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_BW(GxEPD2_DRIVER_CLASS) #error "GxEPD2_4C used with b/w driver class" diff --git a/examples/GxEPD2_SD_Example/GxEPD2_selection_check.h b/examples/GxEPD2_SD_Example/GxEPD2_selection_check.h index 3af3381..dcf38ee 100644 --- a/examples/GxEPD2_SD_Example/GxEPD2_selection_check.h +++ b/examples/GxEPD2_SD_Example/GxEPD2_selection_check.h @@ -124,10 +124,10 @@ #error "GxEPD2_3C used with b/w driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_4C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 4-color driver class"" +#error "GxEPD2_3C used with 4-color driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_7C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 7-color driver class"" +#error "GxEPD2_3C used with 7-color driver class" #endif #if IS_GxEPD2_4C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_BW(GxEPD2_DRIVER_CLASS) #error "GxEPD2_4C used with b/w driver class" diff --git a/examples/GxEPD2_SerialFlash_Example/GxEPD2_selection_check.h b/examples/GxEPD2_SerialFlash_Example/GxEPD2_selection_check.h index 3af3381..dcf38ee 100644 --- a/examples/GxEPD2_SerialFlash_Example/GxEPD2_selection_check.h +++ b/examples/GxEPD2_SerialFlash_Example/GxEPD2_selection_check.h @@ -124,10 +124,10 @@ #error "GxEPD2_3C used with b/w driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_4C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 4-color driver class"" +#error "GxEPD2_3C used with 4-color driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_7C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 7-color driver class"" +#error "GxEPD2_3C used with 7-color driver class" #endif #if IS_GxEPD2_4C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_BW(GxEPD2_DRIVER_CLASS) #error "GxEPD2_4C used with b/w driver class" diff --git a/examples/GxEPD2_Spiffs_Example/GxEPD2_selection_check.h b/examples/GxEPD2_Spiffs_Example/GxEPD2_selection_check.h index 3af3381..dcf38ee 100644 --- a/examples/GxEPD2_Spiffs_Example/GxEPD2_selection_check.h +++ b/examples/GxEPD2_Spiffs_Example/GxEPD2_selection_check.h @@ -124,10 +124,10 @@ #error "GxEPD2_3C used with b/w driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_4C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 4-color driver class"" +#error "GxEPD2_3C used with 4-color driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_7C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 7-color driver class"" +#error "GxEPD2_3C used with 7-color driver class" #endif #if IS_GxEPD2_4C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_BW(GxEPD2_DRIVER_CLASS) #error "GxEPD2_4C used with b/w driver class" diff --git a/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_selection_check.h b/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_selection_check.h index 3af3381..dcf38ee 100644 --- a/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_selection_check.h +++ b/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_selection_check.h @@ -124,10 +124,10 @@ #error "GxEPD2_3C used with b/w driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_4C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 4-color driver class"" +#error "GxEPD2_3C used with 4-color driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_7C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 7-color driver class"" +#error "GxEPD2_3C used with 7-color driver class" #endif #if IS_GxEPD2_4C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_BW(GxEPD2_DRIVER_CLASS) #error "GxEPD2_4C used with b/w driver class" diff --git a/examples/GxEPD2_WiFi_Example/GxEPD2_selection_check.h b/examples/GxEPD2_WiFi_Example/GxEPD2_selection_check.h index 3af3381..dcf38ee 100644 --- a/examples/GxEPD2_WiFi_Example/GxEPD2_selection_check.h +++ b/examples/GxEPD2_WiFi_Example/GxEPD2_selection_check.h @@ -124,10 +124,10 @@ #error "GxEPD2_3C used with b/w driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_4C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 4-color driver class"" +#error "GxEPD2_3C used with 4-color driver class" #endif #if IS_GxEPD2_3C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_7C(GxEPD2_DRIVER_CLASS) -#error "GxEPD2_3C used with 7-color driver class"" +#error "GxEPD2_3C used with 7-color driver class" #endif #if IS_GxEPD2_4C(GxEPD2_DISPLAY_CLASS) && IS_GxEPD2_DRIVER_BW(GxEPD2_DRIVER_CLASS) #error "GxEPD2_4C used with b/w driver class"