.. |
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 |
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
|
There are now global instances of Window which don't have to be created and deleted all the time.
|
2020-04-30 06:41:30 +02:00 |
effect_clock.cpp
|
There are now global instances of Window which don't have to be created and deleted all the time.
|
2020-04-30 06:41:30 +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_diamond.cpp
|
Added effect diamond.
|
2020-04-30 06:51:02 +02:00 |
effect_dvd.cpp
|
There are now global instances of Window which don't have to be created and deleted all the time.
|
2020-04-30 06:41:30 +02:00 |
effect_dynamic.cpp
|
There are now global instances of Window which don't have to be created and deleted all the time.
|
2020-04-30 06:41:30 +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
|
There are now global instances of Window which don't have to be created and deleted all the time.
|
2020-04-30 06:41:30 +02:00 |
effect_gol.cpp
|
There are now global instances of Window which don't have to be created and deleted all the time.
|
2020-04-30 06:41:30 +02:00 |
effect_lightspeed.cpp
|
There are now global instances of Window which don't have to be created and deleted all the time.
|
2020-04-30 06:41:30 +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
|
There are now global instances of Window which don't have to be created and deleted all the time.
|
2020-04-30 06:41:30 +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
|
There are now global instances of Window which don't have to be created and deleted all the time.
|
2020-04-30 06:41:30 +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_tpm2_net.cpp
|
Added new effect TPM2.NET. This is untested.
|
2020-07-09 06:39:53 +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 "blinking child icon" effect.
|
2020-07-09 06:42:04 +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
|
Added homeassistant auto-discovery via MQTT.
|
2020-07-09 06:41:21 +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
|
There are now global instances of Window which don't have to be created and deleted all the time.
|
2020-04-30 06:41:30 +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 |
Window.cpp
|
Added new effect TPM2.NET. This is untested.
|
2020-07-09 06:39:53 +02:00 |