Library for the MAX7219 LED display driver

Fork of MAX7219 by Maxim Integrated

Revision:
5:0912d18d072f
Parent:
4:b5e4379a3d90
Child:
6:7e3d1bcc15df
--- a/max7219.h	Thu May 12 20:06:28 2016 +0000
+++ b/max7219.h	Thu Sep 28 05:06:39 2017 +0000
@@ -299,7 +299,6 @@
     **************************************************************/
     void init_display(max7219_configuration_t config);
     
-    
     /**********************************************************//**
     * @brief Enables specific device in display
     *
@@ -360,6 +359,18 @@
     **************************************************************/
     void disable_display(void);
     
+    /***********************************************************//**
+    * @brief set brightness of all devices in display
+    *
+    * @details
+    *
+    * On Entry : max7219_configuration_t
+    *
+    * On Exit :
+    *
+    * return NONE
+    ***************************************************************/
+    void set_intensity(max7219_configuration_t config);
     
     /**********************************************************//**
     * @brief Writes digit of given device with given data, user