From 43ab00d49189fb347f56a6176dc868fe8a654745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sun, 21 May 2017 12:20:52 +0200 Subject: [PATCH] Enable gamma correction for RGB strips --- code/espurna/config/general.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/espurna/config/general.h b/code/espurna/config/general.h index 5615db0b..22e8b797 100644 --- a/code/espurna/config/general.h +++ b/code/espurna/config/general.h @@ -208,7 +208,7 @@ #define MQTT_DISCONNECT_EVENT 1 #define MQTT_MESSAGE_EVENT 2 -// Custom get and set postfixes +// Custom get and set postfixes6+ // Use something like "/status" or "/set", with leading slash #define MQTT_USE_GETTER "" #define MQTT_USE_SETTER "" @@ -227,6 +227,8 @@ // LIGHT // ----------------------------------------------------------------------------- +#define ENABLE_GAMMA_CORRECTION 0 + #define LIGHT_PROVIDER_NONE 0 #define LIGHT_PROVIDER_WS2812 1 #define LIGHT_PROVIDER_RGB 2