mirror of
https://github.com/geekammo/MicroView-Arduino-Library.git
synced 2026-03-03 00:34:06 +01:00
Added uView.end() to power off the display.
In uView.begin() don't send commands that default to desired values.
This commit is contained in:
@@ -134,6 +134,7 @@ class MicroView : public Print{
|
||||
public:
|
||||
MicroView(void) {};
|
||||
void begin(void);
|
||||
void end(void);
|
||||
|
||||
//#if ARDUINO >= 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user