You can now set LED_MAX_MILLIAMPS if your power supply is limited.
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
#define COLOR_ORDER GRB // Order of the colors of the LEDs. If you get unexpected colors, you should change this.
|
||||
#define BRIGHTNESS 20 // Default brightness of the LEDs. 1 (lowest)-255 (brightest)
|
||||
#define TEMPORAL_DITHERING 0 // Use temporal dithering. Can lead to flickering.
|
||||
#define LED_MAX_MILLIAMPS 0 // If your power supply is too small, you can set this to a maximum mA value. FastLED should then honor this. Setting it to 0 disables this limit.
|
||||
|
||||
#define NTP_SERVER "pool.ntp.org" // NTP server to use to fetch the current time
|
||||
#define NTP_INTERVAL 300000 // Interval in ms to update the time from the NTP server. 300000 ms = 5 minutes
|
||||
|
Reference in New Issue
Block a user