I’ve uploaded a first version of the ShieldStudio Arduino library. This library allows the usr to use the 4-digit shield without in depth knowledge about the MAX6953 display driver.
There are lots more to do in the code, but for now it should be good for inexperienced users.
This version of the library supports:
- setBrightness(char bright); // set display brightness, 00 – FF
- int version(void); //get the library version
- void Test(bool onoff); //turn on/off all LEDs in MAX6953 test mode
- void ShutDown(); //put the shield in low power standby mode
- void WakeUp(); //Wake up from standby
- void WriteDigit(char character,char segment,char plane); //Write one character to segments 1 to 4 plane can be 0 or 1
- void Write4(char* str,char plane); //Write a 4 characte string to plane 0 or 1
- void BlinkOff(); // Blink will switch display to plane 0 and turn blinking off
- void Blink(); //Switch between plane 0 and 1 automatically
- void BlinkFast();
Twitter




