gryphon-led-module: reduce global brightness

This commit is contained in:
Oussama Ghorbel 2019-05-22 15:30:08 +02:00
parent b73e7c4a44
commit 47d2fb3113

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 15 // 5-bit brightness, 0-31
#define SK9822_DEFAULT_BRIGHTNESS 1 // 5-bit brightness, 0-31
typedef struct {
uint8_t b;