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
|
@ -84,6 +84,9 @@ class VirtualMatrixPanel : public Adafruit_GFX
|
|||
uint16_t color333(uint8_t r, uint8_t g, uint8_t b) {
|
||||
return display->color333(r, g, b);
|
||||
}
|
||||
|
||||
void flipDMABuffer() { display->flipDMABuffer(); }
|
||||
void showDMABuffer() { display->showDMABuffer(); }
|
||||
|
||||
void drawDisplayTest();
|
||||
|
||||
|
|
Loading…
Reference in a new issue