Expose flip/show dma buffer to underlying dma_display instance
To avoid confusion / issues.
This commit is contained in:
parent
beb0c54cc6
commit
8be302f3ed
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ class VirtualMatrixPanel : public Adafruit_GFX
|
|||
return display->color333(r, g, b);
|
||||
}
|
||||
|
||||
void flipDMABuffer() { display->flipDMABuffer(); }
|
||||
void showDMABuffer() { display->showDMABuffer(); }
|
||||
|
||||
void drawDisplayTest();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue