Skip to content

Commit a40fbc4

Browse files
committed
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
1 parent 2ab6c3d commit a40fbc4

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

src/GxGDEW027C44/GxGDEW027C44.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ void GxGDEW027C44::updateWindow(uint16_t x, uint16_t y, uint16_t w, uint16_t h,
380380
{
381381
if (_current_page != -1) return;
382382
if (using_rotation) _rotate(x, y, w, h);
383-
}
384383
//fillScreen(0x0);
385384
if (!_using_partial_mode) _wakeUp();
386385
_using_partial_mode = true;
@@ -969,4 +968,3 @@ void GxGDEW027C44::drawCornerTest(uint8_t em)
969968
_waitWhileBusy("drawCornerTest");
970969
_sleep();
971970
}
972-

src/GxGDEW029Z10/GxGDEW029Z10.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ void GxGDEW029Z10::updateWindow(uint16_t x, uint16_t y, uint16_t w, uint16_t h,
298298
{
299299
if (_current_page != -1) return;
300300
if (using_rotation) _rotate(x, y, w, h);
301-
}
302301
if (x >= GxGDEW029Z10_WIDTH) return;
303302
if (y >= GxGDEW029Z10_HEIGHT) return;
304303
// x &= 0xFFF8; // byte boundary, not here, use encompassing rectangle
@@ -834,4 +833,3 @@ void GxGDEW029Z10::drawCornerTest(uint8_t em)
834833
_waitWhileBusy("drawCornerTest");
835834
_sleep();
836835
}
837-

src/GxGDEW042T2/GxGDEW042T2.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ void GxGDEW042T2::updateWindow(uint16_t x, uint16_t y, uint16_t w, uint16_t h, b
298298
{
299299
if (_current_page != -1) return;
300300
if (using_rotation) _rotate(x, y, w, h);
301-
}
302301
//fillScreen(0x0);
303302
if (x >= GxGDEW042T2_WIDTH) return;
304303
if (y >= GxGDEW042T2_HEIGHT) return;

0 commit comments

Comments
 (0)