rename setFrameFlag() method

This commit is contained in:
Todd Herbert
2024-03-10 02:30:16 +13:00
parent d5c11d1892
commit 576f582cd9
2 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ class EInkDynamicDisplay : public EInkDisplay
COSMETIC = (1 << 2), // For splashes
DEMAND_FAST = (1 << 3), // Special case only
};
void setFrameFlag(frameFlagTypes flag);
void addFrameFlag(frameFlagTypes flag);
// Set the correct frame flag, then call universal "update()" method
void display() override;