gryphon-led-module: set brightness level to 15

This is requested by Genexis
This commit is contained in:
Oussama Ghorbel 2019-07-23 14:18:38 +02:00
parent fc3a0f8169
commit 3e52019dea

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