Fix Red lib/helper.h
missing brightness defines Change-Id: I7f6d67e2eb1be9c156a02ad3ff1ba4141e7cd08c
This commit is contained in:
parent
97a82ee3ec
commit
1e6d643cfb
1 changed files with 10 additions and 0 deletions
|
@ -23,6 +23,16 @@
|
|||
|
||||
#include "plugin.h"
|
||||
|
||||
#ifndef MAX_BRIGHTNESS_SETTING
|
||||
#define MAX_BRIGHTNESS_SETTING 0
|
||||
#endif
|
||||
#ifndef MIN_BRIGHTNESS_SETTING
|
||||
#define MIN_BRIGHTNESS_SETTING 0
|
||||
#endif
|
||||
#ifndef DEFAULT_BRIGHTNESS_SETTING
|
||||
#define DEFAULT_BRIGHTNESS_SETTING 0
|
||||
#endif
|
||||
|
||||
int talk_val(long n, int unit, bool enqueue);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue