pitrix/src
Fabian Schlenz 075f434997
All checks were successful
continuous-integration/drone/push Build is passing
Small fixes and tweaks to blur2d, clock and firework.
2019-09-25 20:05:18 +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
color_palettes.cpp Small changes to some effects: 2019-06-12 06:32:06 +02:00
effect_analogclock.cpp Added effect analog_clock (heavily, not-really-usable work-in-progress!). 2019-09-25 06:24:24 +02:00
effect_animation.cpp Metrics now include the current effect's name. 2019-09-25 18:11:03 +02:00
effect_bell.cpp Whitespace stuff. Tabs rule! 2019-06-07 06:24:16 +02:00
effect_big_clock.cpp As noticed, this reverts big_clock to the pre-subsampling state. 2019-09-25 20:04:48 +02:00
effect_blur2d.cpp Small fixes and tweaks to blur2d, clock and firework. 2019-09-25 20:05:18 +02:00
effect_clock.cpp Small fixes and tweaks to blur2d, clock and firework. 2019-09-25 20:05:18 +02:00
effect_confetti.cpp New Effect: RandomConfettiEffect 2019-06-19 22:17:10 +02:00
effect_cycle.cpp More logging for effect changes in cycle effect. 2019-09-25 18:13:39 +02:00
effect_dvd.cpp New Effect: DvdEffect 2019-06-19 22:17:39 +02:00
effect_dynamic.cpp Effect big_dynamic will now be shown with clock. 2019-09-25 06:28:53 +02:00
effect_fire.cpp 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.cpp Small fixes and tweaks to blur2d, clock and firework. 2019-09-25 20:05:18 +02:00
effect_gol.cpp Some memory leaks fixed. 2019-06-19 22:23:49 +02:00
effect_marquee.cpp Added effect marquee, which will scroll a given message through the display. 2019-09-25 06:41:52 +02:00
effect_matrix.cpp Effect matrix now uses subpixel rendering for smoother movements. 2019-09-25 06:32:35 +02:00
effect_pixelclock.cpp Some memory leaks fixed. 2019-06-19 22:23:49 +02:00
effect_sinematrix3.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
effect_sines.cpp Added effect sines. 2019-09-25 06:25:16 +02:00
effect_snake.cpp Some memory leaks fixed. 2019-06-19 22:23:49 +02:00
effect_static.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
effect_twirl.cpp Effect swirl is now shown with clock. 2019-09-25 06:33:26 +02:00
effects.cpp Added effect night_clock 2019-09-25 18:11:52 +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 Extended http server to list files in SPIFFS and allow you to upload and delete files. 2019-06-18 18:17:20 +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 Added effect night_clock 2019-09-25 18:11:52 +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
Window.cpp Added different rendering modes for the subpixel stuff. 2019-09-25 20:04:17 +02:00