ISSUE #21: Problems on clearDisplay and setupDisplay

This commit is contained in:
rjbatista@gmail.com
2012-03-12 23:58:28 +00:00
parent cb437405ea
commit 8ba4623718
4 changed files with 20 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ class TM1640 : public TM16XX
public:
/** Instantiate a tm1640 module specifying the display state, the starting intensity (0-7) data and clock pins. */
TM1640(byte dataPin, byte clockPin, boolean activateDisplay = true, byte intensity = 7);
/** Clear the display */
virtual void clearDisplay();
protected:
virtual void sendChar(byte pos, byte data, boolean dot);