mirror of
https://github.com/geekammo/MicroView-Arduino-Library.git
synced 2026-03-03 16:54:05 +01:00
added flipVertical and horizontal
This commit is contained in:
@@ -149,6 +149,8 @@ public:
|
||||
void scrollVertRight(uint8_t start, uint8_t stop);
|
||||
void scrollVertLeft(uint8_t start, uint8_t stop);
|
||||
void scrollStop(void);
|
||||
void flipVertical(boolean flip);
|
||||
void flipHorizontal(boolean flip);
|
||||
|
||||
// Communication
|
||||
void checkComm(void);
|
||||
|
||||
Reference in New Issue
Block a user