Browse Source

Enable gamma correction for RGB strips

fastled
Xose Pérez 7 years ago
parent
commit
43ab00d491
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      code/espurna/config/general.h

+ 3
- 1
code/espurna/config/general.h View File

@ -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


Loading…
Cancel
Save