.. |
Animation.h
|
Better handling of Animations, their members and the destructor.
|
2019-06-19 22:16:06 +02:00 |
config.sample.h
|
Added recorder to be able to stream the current LED data via network. That way you can create nice looking GIF images of the effects - and even develop effects without having to look at the actual LED panel.
|
2019-09-04 06:05:45 +02:00 |
effect_analogclock.h
|
Added effect analog_clock (heavily, not-really-usable work-in-progress!).
|
2019-09-25 06:24:24 +02:00 |
effect_animation.h
|
Better handling of Animations, their members and the destructor.
|
2019-06-19 22:16:06 +02:00 |
effect_bell.h
|
Whitespace stuff. Tabs rule!
|
2019-06-07 06:24:16 +02:00 |
effect_big_clock.h
|
Fixed big_clock effect and made it a lot nicer with moving pixels for seconds.
|
2019-09-04 05:59:30 +02:00 |
effect_blur2d.h
|
Added effect blur2d
|
2019-09-25 06:26:27 +02:00 |
effect_clock.h
|
Some memory leaks fixed.
|
2019-06-19 22:23:49 +02:00 |
effect_confetti.h
|
New Effect: RandomConfettiEffect
|
2019-06-19 22:17:10 +02:00 |
effect_cycle.h
|
Effects now use Constructor and Destructor to initialize or delete their data, instead of using start() and stop().
|
2019-06-18 18:09:05 +02:00 |
effect_dvd.h
|
New Effect: DvdEffect
|
2019-06-19 22:17:39 +02:00 |
effect_dynamic.h
|
Effect big_dynamic will now be shown with clock.
|
2019-09-25 06:28:53 +02:00 |
effect_fire.h
|
Effects now use Constructor and Destructor to initialize or delete their data, instead of using start() and stop().
|
2019-06-18 18:09:05 +02:00 |
effect_firework.h
|
Rewrote effect firework. Now it kinda works.
|
2019-09-25 06:30:03 +02:00 |
effect_gol.h
|
Effects now use Constructor and Destructor to initialize or delete their data, instead of using start() and stop().
|
2019-06-18 18:09:05 +02:00 |
effect_matrix.h
|
Effect matrix now uses subpixel rendering for smoother movements.
|
2019-09-25 06:32:35 +02:00 |
effect_pixelclock.h
|
Effects now use Constructor and Destructor to initialize or delete their data, instead of using start() and stop().
|
2019-06-18 18:09:05 +02:00 |
effect_sinematrix3.h
|
Whitespace stuff. Tabs rule!
|
2019-06-07 06:24:16 +02:00 |
effect_sines.h
|
Added effect sines.
|
2019-09-25 06:25:16 +02:00 |
effect_snake.h
|
Some memory leaks fixed.
|
2019-06-19 22:23:49 +02:00 |
effect_static.h
|
Whitespace stuff. Tabs rule!
|
2019-06-07 06:24:16 +02:00 |
effect_twirl.h
|
Effect swirl is now shown with clock.
|
2019-09-25 06:33:26 +02:00 |
Effect.h
|
You can now set options for effects via MQTT and HTTP. Basic syntax is: <mode>,<option1>=<value1>,<option2>=<value2>,...
|
2019-06-19 22:28:38 +02:00 |
effects.h
|
Removed old reference to SimpleList.
|
2019-09-04 06:01:32 +02:00 |
fonts.h
|
Added font numbers3x5_blocky.
|
2019-09-04 06:02:16 +02:00 |
functions.h
|
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.h
|
Extended http server to list files in SPIFFS and allow you to upload and delete files.
|
2019-06-18 18:17:20 +02:00 |
my_color_palettes.h
|
Changed MatrixEffect to use color palettes.
|
2019-06-04 05:55:24 +02:00 |
my_fastled.h
|
Splitting the code into single files is done. \o/
|
2019-05-30 00:49:54 +02:00 |
my_mqtt.h
|
MQTT: Use new effect structure and logging.
|
2019-06-18 18:17:48 +02:00 |
my_wifi.h
|
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 |
ntp.h
|
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 |
ota.h
|
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 |
prototypes.h
|
Effects are now constructed when needed instead of having global objects of every effect flying around.
|
2019-06-18 18:14:59 +02:00 |
recorder.h
|
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 |
sprites.h
|
Whitespace stuff. Tabs rule!
|
2019-06-07 06:24:16 +02:00 |
tests.h
|
Added tests. Start them by sending a message to MQTT_TOPIC/run_tests. First test will test all effects for memory leaks.
|
2019-06-19 22:26:38 +02:00 |
Window.h
|
Added subpixel-rendering as well as blurring methods to Window.
|
2019-09-25 06:27:43 +02:00 |