
Do you like the 7-segment displays?
This board has a MAX7219, the board has eight digits connected in cascade. The board works at 5V and has SPI interface.
Video.
Description of library.
Initializes the MAX7219.
MAX7219_Init(void)Example:MAX7219_Init();Writes a single digit.MAX7219_WriteDigit(c, digit)
c: Sets the 7-segment character.
digit: Sets the digit.
Example:MAX7219_WriteDigit('2', 5); Writes constant numbers. MAX7219_ConstDigit(buffer);
buffer:...