Added a config switch to enable temporal dithering. But at least for my setup something is too slow - it's flickering.

This commit is contained in:
2019-05-30 00:54:57 +02:00
parent a8a7322d44
commit 1535d4f650
3 changed files with 4 additions and 2 deletions

View File

@ -17,6 +17,7 @@
#define DATA_PIN 14
#define COLOR_ORDER GRB
#define BRIGHTNESS 20 // Can be overwritten via MQTT_TOPIC_BRIGHTNESS
#define TEMPORAL_DITHERING 0
#define NTP_SERVER "pool.ntp.org"
#define NTP_INTERVAL 300000