Add SDL option to BaseUI on Native (#7568)

* Add SDL option to BaseUI on Native

* Update to latest LovyanGFX PR and use LGFX_SDL define

* Move SDL backend to native-sdl target
This commit is contained in:
Jonathan Bennett
2025-08-20 12:51:14 -05:00
committed by GitHub
parent 57e1725419
commit 5ce47045e7
4 changed files with 87 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ class TFTDisplay : public OLEDDisplay
// Write the buffer to the display memory
virtual void display() override { display(false); };
virtual void display(bool fromBlank);
void sdlLoop();
// Turn the display upside down
virtual void flipScreenVertically();