pitrix/src
Fabian Schlenz 38aa654c54
continuous-integration/drone/push Build encountered an error Details
Snakenet.rb now applies modifications to the weights in both directions (e.g. positive and negative), creating two new AIs.
2019-10-18 17:04:44 +02:00
..
tools Snakenet.rb now applies modifications to the weights in both directions (e.g. positive and negative), creating two new AIs. 2019-10-18 17:04:44 +02:00
Animation.cpp Small fixes. 2019-10-04 15:58:56 +02:00
Window.cpp Implemented subpixel rendering for the line drawing methods. 2019-10-18 17:02:23 +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 Implemented subpixel rendering for the line drawing methods. 2019-10-18 17:02:23 +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 Finally, big_clock is working correctly with smoothly moving seconds and stuff. Also, the spacing of the moving seconds is now configurable. 2019-10-11 17:56:18 +02:00
effect_blur2d.cpp Fixes in blur2d effect. 2019-10-02 06:18:43 +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 cycle effect now tracks the heap leakage of the running effects. Cause somewhere's a memory leak leading to restarts of the ESP every about 2 days... 2019-10-04 12:03:03 +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_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 The *matrix effects now are all derived from MatrixEffectBase class. Also, you can now set the amount of columns for these effects. 2019-10-11 06:21:32 +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 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_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 Effect sinematrix now comes in additional variants with some more color palettes. 2019-10-12 23:27:49 +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 Repaired font3x5_numbers_blocky: A 5 will now be shown as 5 instead of 9. m( 2019-10-09 05:59:05 +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 Added switching of effects via the web interface. 2019-10-11 17:57:00 +02:00
mqtt.cpp Settings can now be changed: 2019-10-04 12:11:05 +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 Better frametime calculation in pitrix.cpp 2019-10-18 17:03:48 +02:00
recorder.cpp Fixes for recorder and tests. 2019-10-02 06:21:10 +02:00
settings.cpp Finally, big_clock is working correctly with smoothly moving seconds and stuff. Also, the spacing of the moving seconds is now configurable. 2019-10-11 17:56:18 +02:00
tests.cpp Fixes for recorder and tests. 2019-10-02 06:21:10 +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