pitrix/include
Fabian Schlenz e8f3ea3281 Extended MatrixEffect to also get RainbowMatrixEffect and RandomMatrixEffect.
Side note: You know you understand C++ when you understand the meaning 
and reason for "MatrixEffect** _columns". ;-)
2019-06-16 12:43:05 +02:00
..
Animation.h I just learned that unintialized variables in C can lead to lots of unexpected and hard-to-debug behaviour... :-/ 2019-06-12 06:30:26 +02:00
animations.h Added animation 'cake'. 2019-06-14 05:32:55 +02:00
config.sample.h Added missing setting for GolEffect to config.sample.h 2019-06-14 05:37:35 +02:00
effect_animation.h Whitespace stuff. Tabs rule! 2019-06-07 06:24:16 +02:00
effect_bell.h Whitespace stuff. Tabs rule! 2019-06-07 06:24:16 +02:00
effect_big_clock.h Whitespace stuff. Tabs rule! 2019-06-07 06:24:16 +02:00
effect_clock.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
effect_confetti.h Added effect "confetti". Closes #16. 2019-05-30 11:12:40 +02:00
effect_cycle.h Whitespace stuff. Tabs rule! 2019-06-07 06:24:16 +02:00
effect_dynamic.h Whitespace stuff. Tabs rule! 2019-06-07 06:24:16 +02:00
effect_fire.h Whitespace stuff. Tabs rule! 2019-06-07 06:24:16 +02:00
effect_firework.h Added FireworkEffect, which needs a lot more tweaking. 2019-06-05 06:27:55 +02:00
effect_gol.h Added effect 'gol': Conway's Game of Life. 2019-06-14 05:32:17 +02:00
effect_matrix.h Extended MatrixEffect to also get RainbowMatrixEffect and RandomMatrixEffect. 2019-06-16 12:43:05 +02:00
effect_pixelclock.h Added PicelClockEffect. 2019-06-15 14:18:35 +02:00
effect_sinematrix3.h Whitespace stuff. Tabs rule! 2019-06-07 06:24:16 +02:00
effect_snake.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
effect_static.h Whitespace stuff. Tabs rule! 2019-06-07 06:24:16 +02:00
effect_twirl.h Whitespace stuff. Tabs rule! 2019-06-07 06:24:16 +02:00
Effect.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
EffectEntry.h Whitespace stuff. Tabs rule! 2019-06-07 06:24:16 +02:00
effects.h Splitting the code into single files is done. \o/ 2019-05-30 00:49:54 +02:00
fonts.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
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 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
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 Handling of incoming MQTT messages improved. 2019-06-11 19:48:42 +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 Centralized the creation of a hostname to a global variable hostname, set in pitrix.cpp. Added an mDNS record for the webserver. 2019-06-14 05:35:17 +02:00
sprites.h Whitespace stuff. Tabs rule! 2019-06-07 06:24:16 +02:00
Window.h Added methods for drawing lines and circles to Window. 2019-06-15 14:16:27 +02:00