gryphon-led-module: reduce maximum brightness

This commit is contained in:
Oussama Ghorbel 2019-04-08 17:11:26 +02:00
parent ab558792a0
commit aecd02af65

View file

@ -22,7 +22,7 @@
#include <linux/types.h>
#define SK9822_DEFAULT_NUM_LEDS 32 // U16, used if DT param fails
#define SK9822_DEFAULT_BRIGHTNESS 31 // 5-bit brightness, 0-31
#define SK9822_DEFAULT_BRIGHTNESS 15 // 5-bit brightness, 0-31
typedef struct {
uint8_t b;