SPiCboard library (libspicboard, revision 14673M) API documentation
Found a bug or something ambiguous? Mail us to get it fixed!
7seg.h
Go to the documentation of this file.
39 * \brief prints the hexadecimal representation of an 8-bit unsigned integer on the 7-segment display
51 * Read <a href="http://en.wikipedia.org/wiki/Seven-segment_display_character_representations">this</a>
int8_t sb_7seg_showNumber(int8_t nmbr)
prints a number in the range [-9; 99] on the 7-segment display
int8_t sb_7seg_showHexNumber(uint8_t nmbr)
prints the hexadecimal representation of an 8-bit unsigned integer on the 7-segment display ...
int8_t sb_7seg_showStr(const char *str)
prints a 2 character string on the 7-segment display