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:
Scott Allen
2014-07-31 16:43:25 -04:00
parent 499594d9de
commit a32fd2c499
2 changed files with 33 additions and 10 deletions

View File

@@ -134,6 +134,7 @@ class MicroView : public Print{
public:
MicroView(void) {};
void begin(void);
void end(void);
//#if ARDUINO >= 100