.. |
tools
|
Updated recorder to only send every 2nd frame, to clear the window when selecting a new effect, doubled the resizing factor and re-enabled gifsicle.
|
2019-09-25 06:09:00 +02:00 |
Animation.cpp
|
More debugging output in Animation.cpp
|
2019-10-02 06:18:15 +02:00 |
color_palettes.cpp
|
Small changes to some effects:
|
2019-06-12 06:32:06 +02:00 |
effect_analogclock.cpp
|
Effect#loop now gets the time since the last run of the loop in ms. This enables
|
2019-10-01 06:29:32 +02:00 |
effect_animation.cpp
|
Effect#loop now gets the time since the last run of the loop in ms. This enables
|
2019-10-01 06:29:32 +02:00 |
effect_bell.cpp
|
Effect#loop now gets the time since the last run of the loop in ms. This enables
|
2019-10-01 06:29:32 +02:00 |
effect_big_clock.cpp
|
Effect big_clock now show the seconds in a calmer way. Divisible-by-5 seconds are in another color.
|
2019-10-02 06:17:20 +02:00 |
effect_blur2d.cpp
|
Fixes in blur2d effect.
|
2019-10-02 06:18:43 +02:00 |
effect_clock.cpp
|
Effect#loop now gets the time since the last run of the loop in ms. This enables
|
2019-10-01 06:29:32 +02:00 |
effect_confetti.cpp
|
Moved settings from preprocessor directives to variables. Also added a way to (for now only) display them via HTTP server.
|
2019-10-02 06:13:55 +02:00 |
effect_cycle.cpp
|
cycle effect now tracks the heap leakage of the running effects. Cause somewhere's a memory leak leading to restarts of the ESP every about 2 days...
|
2019-10-04 12:03:03 +02:00 |
effect_dvd.cpp
|
Moved settings from preprocessor directives to variables. Also added a way to (for now only) display them via HTTP server.
|
2019-10-02 06:13:55 +02:00 |
effect_dynamic.cpp
|
Moved settings from preprocessor directives to variables. Also added a way to (for now only) display them via HTTP server.
|
2019-10-02 06:13:55 +02:00 |
effect_fire.cpp
|
Moved settings from preprocessor directives to variables. Also added a way to (for now only) display them via HTTP server.
|
2019-10-02 06:13:55 +02:00 |
effect_firework.cpp
|
Fixes for firework effect.
|
2019-10-02 06:20:39 +02:00 |
effect_gol.cpp
|
Moved settings from preprocessor directives to variables. Also added a way to (for now only) display them via HTTP server.
|
2019-10-02 06:13:55 +02:00 |
effect_marquee.cpp
|
Effect#loop now gets the time since the last run of the loop in ms. This enables
|
2019-10-01 06:29:32 +02:00 |
effect_matrix.cpp
|
Moved settings from preprocessor directives to variables. Also added a way to (for now only) display them via HTTP server.
|
2019-10-02 06:13:55 +02:00 |
effect_pixelclock.cpp
|
Effect#loop now gets the time since the last run of the loop in ms. This enables
|
2019-10-01 06:29:32 +02:00 |
effect_sinematrix3.cpp
|
Effect#loop now gets the time since the last run of the loop in ms. This enables
|
2019-10-01 06:29:32 +02:00 |
effect_sines.cpp
|
Moved settings from preprocessor directives to variables. Also added a way to (for now only) display them via HTTP server.
|
2019-10-02 06:13:55 +02:00 |
effect_snake.cpp
|
Moved settings from preprocessor directives to variables. Also added a way to (for now only) display them via HTTP server.
|
2019-10-02 06:13:55 +02:00 |
effect_static.cpp
|
Effect#loop now gets the time since the last run of the loop in ms. This enables
|
2019-10-01 06:29:32 +02:00 |
effect_twirl.cpp
|
Effect#loop now gets the time since the last run of the loop in ms. This enables
|
2019-10-01 06:29:32 +02:00 |
effects.cpp
|
Reorganized effect selection stuff: No longer a big case clause comparing CRC32. Instead an array of structs. Much nicer. Also, other code can now see which effects there are.
|
2019-10-02 06:16:07 +02:00 |
fastled.cpp
|
You can now set LED_MAX_MILLIAMPS if your power supply is limited.
|
2019-06-12 20:48:56 +02:00 |
fonts.cpp
|
Added font5x7 and turned the letters around so they are now upside up. ;-)
|
2019-09-25 06:34:26 +02:00 |
functions.cpp
|
Windows. Everything now is implemented in Windows. ;-) (Okay, just the drawing stuff. And defnititely nothing by Microsoft.)
|
2019-06-11 19:48:09 +02:00 |
http_server.cpp
|
Moved settings from preprocessor directives to variables. Also added a way to (for now only) display them via HTTP server.
|
2019-10-02 06:13:55 +02:00 |
mqtt.cpp
|
Better MQTT filtering.
|
2019-09-25 18:13:56 +02:00 |
ntp.cpp
|
Correctly using NTPClient. Now with callback.
|
2019-06-06 06:43:01 +02:00 |
ota.cpp
|
Cleanup.
|
2019-06-18 18:18:07 +02:00 |
pitrix.cpp
|
Effect#loop now gets the time since the last run of the loop in ms. This enables
|
2019-10-01 06:29:32 +02:00 |
recorder.cpp
|
Fixes for recorder and tests.
|
2019-10-02 06:21:10 +02:00 |
tests.cpp
|
Fixes for recorder and tests.
|
2019-10-02 06:21:10 +02:00 |
wifi.cpp
|
Moved platform-specific code related to WiFi and services to my_wifi.h. Also, made the HTTP server stuff compatible to ESP32.
|
2019-06-13 06:01:44 +02:00 |
Window.cpp
|
Added different rendering modes for the subpixel stuff.
|
2019-09-25 20:04:17 +02:00 |