pitrix/src
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
..
tools gif2c: Produce nicer formatted C code. 2019-06-14 05:36:25 +02:00
.gitignore Arduino IDE -> PlatformIO 2019-05-27 21:17:05 +02:00
Animation.cpp 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.cpp Added animation 'cake'. 2019-06-14 05:32:55 +02:00
color_palettes.cpp Small changes to some effects: 2019-06-12 06:32:06 +02:00
effect_animation.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_bell.cpp Whitespace stuff. Tabs rule! 2019-06-07 06:24:16 +02:00
effect_big_clock.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_clock.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_confetti.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_cycle.cpp Whitespace stuff. Tabs rule! 2019-06-07 06:24:16 +02:00
effect_dynamic.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_fire.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_firework.cpp Whitespace stuff. Tabs rule! 2019-06-07 06:24:16 +02:00
effect_gol.cpp Added effect 'gol': Conway's Game of Life. 2019-06-14 05:32:17 +02:00
effect_matrix.cpp Extended MatrixEffect to also get RainbowMatrixEffect and RandomMatrixEffect. 2019-06-16 12:43:05 +02:00
effect_pixelclock.cpp Added PicelClockEffect. 2019-06-15 14:18:35 +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_snake.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_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 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
effects.cpp Extended MatrixEffect to also get RainbowMatrixEffect and RandomMatrixEffect. 2019-06-16 12:43:05 +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 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.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 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
mqtt.cpp 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
ntp.cpp Correctly using NTPClient. Now with callback. 2019-06-06 06:43:01 +02:00
ota.cpp 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
pitrix.cpp 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
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 methods for drawing lines and circles to Window. 2019-06-15 14:16:27 +02:00