From ca9bc6f3bb9ef4ce0b399dae1e00c7d2d5a73354 Mon Sep 17 00:00:00 2001 From: "rjbatista@gmail.com" Date: Wed, 11 Jan 2012 02:14:18 +0000 Subject: [PATCH] --- TM1640.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TM1640.h b/TM1640.h index d470eca..f26b913 100644 --- a/TM1640.h +++ b/TM1640.h @@ -34,10 +34,6 @@ class TM1640 : public TM16XX /** 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); - /** Set the display to a unsigned decimal number (with or without leading zeros) */ - void setDisplayToDecNumber(unsigned long number, word dots, boolean leadingZeros = true, - const byte numberFont[] = NUMBER_FONT); - protected: virtual void sendChar(byte pos, byte data, boolean dot); };