mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* ST7789Display: now with SCALE_X,SCALE_Y
* fix for GxEPDDisplay
This commit is contained in:
parent
5b27bef485
commit
791da53c7b
3 changed files with 13 additions and 12 deletions
|
|
@ -29,8 +29,7 @@ class GxEPDDisplay : public DisplayDriver {
|
|||
|
||||
public:
|
||||
// there is a margin in y...
|
||||
GxEPDDisplay() : DisplayDriver(200, 200-10), display(GxEPD2_150_BN(DISP_CS, DISP_DC, DISP_RST, DISP_BUSY)) {
|
||||
|
||||
GxEPDDisplay() : DisplayDriver(128, 64), display(GxEPD2_150_BN(DISP_CS, DISP_DC, DISP_RST, DISP_BUSY)) {
|
||||
}
|
||||
|
||||
bool begin();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue