This website requires JavaScript.
Explore
Help
Sign In
fabian
/
pitrix
Watch
1
Star
0
Fork
0
Code
Issues
8
Releases
Activity
Files
205a0df8425496e848ffb578a5f8286dace025f7
pitrix
/
include
T
History
fabian
205a0df842
continuous-integration/drone/push
Build is failing
Details
Small fixes.
2019-10-04 15:58:56 +02:00
..
Animation.h
Better handling of Animations, their members and the destructor.
2019-06-19 22:16:06 +02:00
config.sample.h
Small fixes.
2019-10-04 15:58:56 +02:00
effect_analogclock.h
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.h
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.h
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.h
Effect big_clock now show the seconds in a calmer way. Divisible-by-5 seconds are in another color.
2019-10-02 06:17:20 +02:00
effect_blur2d.h
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.h
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.h
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_cycle.h
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.h
Effect dvd now with subpixel rendering.
2019-10-04 15:58:24 +02:00
effect_dynamic.h
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_fire.h
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_firework.h
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.h
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_marquee.h
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.h
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_pixelclock.h
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.h
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.h
sines effect now uses subpixel rendering.
2019-10-04 12:05:54 +02:00
effect_snake.h
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_static.h
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.h
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.h
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.h
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
fonts.h
Added font5x7 and turned the letters around so they are now upside up. ;-)
2019-09-25 06:34:26 +02:00
functions.h
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.h
Extended http server to list files in SPIFFS and allow you to upload and delete files.
2019-06-18 18:17:20 +02:00
my_color_palettes.h
Changed MatrixEffect to use color palettes.
2019-06-04 05:55:24 +02:00
my_fastled.h
Splitting the code into single files is done. \o/
2019-05-30 00:49:54 +02:00
my_mqtt.h
Metrics logging now includes average time taken per frame. Also, metrics now come in a single JSON payload to /metrics.
2019-09-25 06:40:24 +02:00
my_wifi.h
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
ntp.h
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
ota.h
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
prototypes.h
Settings are now properly global and can be changed.
2019-10-04 12:10:16 +02:00
recorder.h
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
settings.h
Settings are now properly global and can be changed.
2019-10-04 12:10:16 +02:00
sprites.h
Whitespace stuff. Tabs rule!
2019-06-07 06:24:16 +02:00
tests.h
Added tests. Start them by sending a message to MQTT_TOPIC/run_tests. First test will test all effects for memory leaks.
2019-06-19 22:26:38 +02:00
Window.h
Added different rendering modes for the subpixel stuff.
2019-09-25 20:04:17 +02:00