Demo MAX7219 library on MIKROELEKTRONIKA Serial 7-Seg Display 8-Digit
Fork of MAX7219 by
Demo MAX7219 library on MIKROELEKTRONIKA Serial 7-Seg Display 8-Digit This demo has been tested on NUCLEO-F411RE
For 7 segments display : https://www.mikroe.com/serial-7-seg-8-digit-board
For MAX7219 https://www.maximintegrated.com/en/products/power/display-power-control/MAX7219.html
use library https://os.mbed.com/teams/Maxim-Integrated/code/MAX7219/
7 segments display is connected to default SPI on Arduino connectors. STM32 MISO on RC5_PB5 (MOSI) STM32 MOSI on MISO STM32 SCK on RC3_RF3 (SCK) STM32 SS on CS0 5v GND
see manual (https://download.mikroe.com/documents/add-on-boards/other/display/serial-7seg-8-digit-display/serial-7seg-8-digit-display-manual-v100.pdf ) and photo for details
History
Demo MAX7219 library on MIKROELEKTRONIKA Serial 7-Seg Display 8-Digit; Update 1
2018-03-23, by cdupaty [Fri, 23 Mar 2018 14:26:12 +0000] rev 5
Demo MAX7219 library on MIKROELEKTRONIKA Serial 7-Seg Display 8-Digit; Update 1
A little more autodoc cleanup
2016-05-12, by j3 [Thu, 12 May 2016 20:06:28 +0000] rev 4
A little more autodoc cleanup
fixed caps for autodoc tag descriptions
2016-05-12, by j3 [Thu, 12 May 2016 19:31:40 +0000] rev 3
fixed caps for autodoc tag descriptions
updated auto docs
2016-05-12, by j3 [Thu, 12 May 2016 18:15:32 +0000] rev 2
updated auto docs
Updated comments in header file
2016-01-26, by j3 [Tue, 26 Jan 2016 02:17:20 +0000] rev 1
Updated comments in header file
Initial commit, still need to add comments
2016-01-12, by j3 [Tue, 12 Jan 2016 23:40:36 +0000] rev 0
Initial commit, still need to add comments