pitrix/src
Fabian Schlenz 083564caef 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
..
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 Better handling of Animations, their members and the destructor. 2019-06-19 22:16:06 +02:00
Window.cpp Added different rendering modes for the subpixel stuff. 2019-09-25 20:04:17 +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#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_blur2d.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_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 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
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 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_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 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
tests.cpp Better results from memory leak effect. 2019-09-04 06:07:28 +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