Skip to content

Commit

Permalink
Version 3.1.3
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
ZinggJM committed Aug 18, 2022
1 parent 2ab6c3d commit a40fbc4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/GxGDEW027C44/GxGDEW027C44.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -969,4 +968,3 @@ void GxGDEW027C44::drawCornerTest(uint8_t em)
_waitWhileBusy("drawCornerTest");
_sleep();
}

2 changes: 0 additions & 2 deletions src/GxGDEW029Z10/GxGDEW029Z10.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -834,4 +833,3 @@ void GxGDEW029Z10::drawCornerTest(uint8_t em)
_waitWhileBusy("drawCornerTest");
_sleep();
}

1 change: 0 additions & 1 deletion src/GxGDEW042T2/GxGDEW042T2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a40fbc4

Please sign in to comment.