mirror of https://github.com/arendst/Tasmota.git
Update dimmer loockup table
This commit is contained in:
parent
8bc46aa0d9
commit
b5448535b2
|
@ -33,13 +33,16 @@ typedef struct gamma_table_t {
|
||||||
|
|
||||||
const gamma_table_t ac_dimmer_table[] = { // don't put in PROGMEM for performance reasons
|
const gamma_table_t ac_dimmer_table[] = { // don't put in PROGMEM for performance reasons
|
||||||
{ 0, 0 },
|
{ 0, 0 },
|
||||||
|
{ 1, 64 },
|
||||||
{ 5, 144 },
|
{ 5, 144 },
|
||||||
{ 10, 205 },
|
{ 10, 205 },
|
||||||
{ 50, 500 },
|
{ 50, 500 },
|
||||||
{ 90, 795 },
|
{ 90, 795 },
|
||||||
{ 95, 866 },
|
{ 95, 866 },
|
||||||
|
{ 99, 936 },
|
||||||
{ 100, 1000 },
|
{ 100, 1000 },
|
||||||
{ 0xFFFF, 0xFFFF } // fail-safe if out of range
|
{ 0xFFFF, 0xFFFF } // fail-safe if out of range
|
||||||
|
{ 0xFFFF, 0xFFFF } // fail-safe if out of range
|
||||||
};
|
};
|
||||||
|
|
||||||
const gamma_table_t gamma_table[] = { // don't put in PROGMEM for performance reasons
|
const gamma_table_t gamma_table[] = { // don't put in PROGMEM for performance reasons
|
||||||
|
|
Loading…
Reference in New Issue