Library for the MAX7219 LED display driver

Dependents:   MAXREFDES99_demo MAXREFDES99_RTC_Display nucleo_spi_max7219_led8x8 max7219 ... more

Embed: (wiki syntax)

« Back to documentation index

max7219_configuration_t Struct Reference

max7219_configuration_t Struct Reference

Structure for device configuration. More...

#include <max7219.h>


Detailed Description

Structure for device configuration.

 #include "max7219.h"

 max7219_configuration_t cfg = {
     .device_number = 1,
     .decode_mode = 0,
     .intensity = Max7219::MAX7219_INTENSITY_8,
     .scan_limit = Max7219::MAX7219_SCAN_8
 };

Definition at line 54 of file max7219.h.