Library for Siemens SDA5708 8 digit LED matrix display. The control interface is SPI.
Diff: SDA5708.h
- Revision:
- 9:fa31d04e35a4
- Parent:
- 8:761aa4ac6719
--- a/SDA5708.h Tue Sep 30 18:43:47 2014 +0000 +++ b/SDA5708.h Wed Oct 01 13:19:08 2014 +0000 @@ -161,7 +161,7 @@ */ int putc(int c); - /** Write a formatted string to the LCD + /** Write a formatted string to the Display * * @param format A printf-style format string, followed by the * variables to use in formatting the string. @@ -192,7 +192,7 @@ * * @param brightness The brightness level (valid range 0..7) */ - void set_brightness(uint8_t brightness); + void setBrightness(uint8_t brightness); /** Set User Defined Characters (UDC) *