pitrix/src
Fabian Schlenz cfb25d6030 Added more AnimationEffects. 2020-04-29 20:27:16 +02:00
..
tools Adapted recorder.rb and generate_gifs.sh to websockets. 2019-10-23 12:37:25 +02:00
Animation.cpp Fixed Animation stuff by not sending so many debug messages via MQTT. 2020-04-29 20:23:57 +02:00
Window.cpp effect_lightspeed: Speed changes. 2019-11-03 13:56:07 +01:00
color_palettes.cpp Effect sinematrix now comes in additional variants with some more color palettes. 2019-10-12 23:27:49 +02:00
effect_analogclock.cpp Switched from NTPClient to lwIPs internal SNTP client. 2020-03-29 18:08:54 +02:00
effect_animation.cpp Added AnimationEffect::Blinker to quickly create a blinking sprite effect from an image file. 2020-04-29 20:17:34 +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 Changed NightClock to be a special form of BigClock. 2020-04-29 20:19:26 +02:00
effect_blur2d.cpp effect_blur2d: Number of blobs is configurable. 2019-10-23 05:40:44 +02:00
effect_clock.cpp Changed NightClock to be a special form of BigClock. 2020-04-29 20:19:26 +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 Better metrics. 2020-04-29 20:24:59 +02:00
effect_dvd.cpp Effect dvd now with subpixel rendering. 2019-10-04 15:58:24 +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_lightspeed.cpp Merge branch 'master' of https://git.schle.nz/fabian/pitrix 2020-04-29 09:28:22 +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 Effect Matrix * Better colors 2020-04-28 17:46:23 +02:00
effect_pixelclock.cpp Switched from NTPClient to lwIPs internal SNTP client. 2020-03-29 18:08:54 +02:00
effect_sinematrix3.cpp Effect sinematrix now comes in additional variants with some more color palettes. 2019-10-12 23:27:49 +02:00
effect_sines.cpp sines effect now uses subpixel rendering. 2019-10-04 12:05:54 +02:00
effect_snake.cpp Snake effect now uses a neural net with a hidden layer; a bug in _is_free() that lead to lots of snakes committing suicide was fixed; neural net weights are now given as binary representation of a float to prevent rounding errors. 2019-10-18 06:40:09 +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_timer.cpp Switched from NTPClient to lwIPs internal SNTP client. 2020-03-29 18:08:54 +02:00
effect_tv_static.cpp Effect tv_static now also uses subpixel rendering. 2019-10-18 17:03:21 +02:00
effect_twirl.cpp Twirl no longer uses a masked clock. 2019-10-11 17:56:37 +02:00
effects.cpp Added more AnimationEffects. 2020-04-29 20:27:16 +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 Fonts * Added font_numbers3x3 2020-04-28 17:46:40 +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 Webserver * Increased buffer size for HTML generation in /effects. 2020-04-28 17:44:19 +02:00
mqtt.cpp MQTT messages can now be retained. 2020-04-29 20:25:41 +02:00
ntp.cpp Switched from NTPClient to lwIPs internal SNTP client. 2020-03-29 18:08:54 +02:00
ota.cpp Cleanup. 2019-06-18 18:18:07 +02:00
pitrix.cpp Switched from NTPClient to lwIPs internal SNTP client. 2020-03-29 18:08:54 +02:00
settings.cpp effect_lightspeed: New effect. 2019-10-24 06:33:16 +02:00
tests.cpp Better metrics. 2020-04-29 20:24:59 +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