hardware button support
This commit is contained in:
@@ -41,8 +41,9 @@ public:
|
||||
bool is_color() const override { return false; } // Most e-paper is monochrome
|
||||
|
||||
// E-paper specific
|
||||
void clear_display();
|
||||
void sleep(); // Put display in low power mode
|
||||
void clear_display(); // Full clear with refresh
|
||||
void full_refresh(); // Force full screen refresh (slower but removes ghosting)
|
||||
void sleep(); // Put display in low power mode
|
||||
};
|
||||
|
||||
#endif // LOW_LEVEL_DISPLAY_EPAPER_H
|
||||
|
||||
Reference in New Issue
Block a user