From a40fbc48a0f39de6c1a3d7365b9ad4d3d0365687 Mon Sep 17 00:00:00 2001 From: ZinggJM Date: Thu, 18 Aug 2022 14:57:23 +0200 Subject: [PATCH] Version 3.1.3 - added support for GDEW0154T8 1.54" b/w 152x152 UC8151 - added support for GDEW0154M09 1.54" b/w 200x200 JD79653A - added support for GDEW0154M10 1.54" b/w 152x152 UC8151D - added support for GDEH0154Z90 1.54" b/w/r 200x200 SSD1681 - added support for GDEM0213B74 2.13" b/w 128x250 SSD1680 - fixed methods updateWindow, updateToWindow, _rotate in all driver classes --- src/GxGDEW027C44/GxGDEW027C44.cpp | 2 -- src/GxGDEW029Z10/GxGDEW029Z10.cpp | 2 -- src/GxGDEW042T2/GxGDEW042T2.cpp | 1 - 3 files changed, 5 deletions(-) diff --git a/src/GxGDEW027C44/GxGDEW027C44.cpp b/src/GxGDEW027C44/GxGDEW027C44.cpp index 2e4cd6b..aa5e892 100644 --- a/src/GxGDEW027C44/GxGDEW027C44.cpp +++ b/src/GxGDEW027C44/GxGDEW027C44.cpp @@ -380,7 +380,6 @@ void GxGDEW027C44::updateWindow(uint16_t x, uint16_t y, uint16_t w, uint16_t h, { if (_current_page != -1) return; if (using_rotation) _rotate(x, y, w, h); - } //fillScreen(0x0); if (!_using_partial_mode) _wakeUp(); _using_partial_mode = true; @@ -969,4 +968,3 @@ void GxGDEW027C44::drawCornerTest(uint8_t em) _waitWhileBusy("drawCornerTest"); _sleep(); } - diff --git a/src/GxGDEW029Z10/GxGDEW029Z10.cpp b/src/GxGDEW029Z10/GxGDEW029Z10.cpp index d3b617f..3fe98d9 100644 --- a/src/GxGDEW029Z10/GxGDEW029Z10.cpp +++ b/src/GxGDEW029Z10/GxGDEW029Z10.cpp @@ -298,7 +298,6 @@ void GxGDEW029Z10::updateWindow(uint16_t x, uint16_t y, uint16_t w, uint16_t h, { if (_current_page != -1) return; if (using_rotation) _rotate(x, y, w, h); - } if (x >= GxGDEW029Z10_WIDTH) return; if (y >= GxGDEW029Z10_HEIGHT) return; // x &= 0xFFF8; // byte boundary, not here, use encompassing rectangle @@ -834,4 +833,3 @@ void GxGDEW029Z10::drawCornerTest(uint8_t em) _waitWhileBusy("drawCornerTest"); _sleep(); } - diff --git a/src/GxGDEW042T2/GxGDEW042T2.cpp b/src/GxGDEW042T2/GxGDEW042T2.cpp index f8ac4f1..b85bf93 100644 --- a/src/GxGDEW042T2/GxGDEW042T2.cpp +++ b/src/GxGDEW042T2/GxGDEW042T2.cpp @@ -298,7 +298,6 @@ void GxGDEW042T2::updateWindow(uint16_t x, uint16_t y, uint16_t w, uint16_t h, b { if (_current_page != -1) return; if (using_rotation) _rotate(x, y, w, h); - } //fillScreen(0x0); if (x >= GxGDEW042T2_WIDTH) return; if (y >= GxGDEW042T2_HEIGHT) return;