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
Revisions of max7219.h
Revision | Date | Message | Actions |
---|---|---|---|
4:b5e4379a3d90 | 2016-05-12 | A little more autodoc cleanup | File Diff Annotate |
3:c245060379b9 | 2016-05-12 | fixed caps for autodoc tag descriptions | File Diff Annotate |
2:9150a0dc77a3 | 2016-05-12 | updated auto docs | File Diff Annotate |
1:90a7cf4e7d26 | 2016-01-26 | Updated comments in header file | File Diff Annotate |
0:798fb343e022 | 2016-01-12 | Initial commit, still need to add comments | File Diff Annotate |