Wykres commitów

12 Commity (master)

Autor SHA1 Wiadomość Data
s-marley 058dd76f6b
Update ESP32_FFT_VU.ino 2021-02-17 19:31:04 +00:00
Von Hirsch 9b035df2b9 Fixed peaks, aligned EQ to top left (0,0) coordinate origin 2021-02-15 13:12:13 -05:00
Von Hirsch 9c204d5ae3 Modify code for FastLED_NeoMatrix to enable Tiled Matrixes, Zig-Zag and so forth 2021-02-14 11:57:46 -05:00
s-marley 95c0088e1a
Add files via upload 2021-02-11 09:48:15 +00:00
s-marley 386c91a296
Added option for none-serpentine layouts 2021-02-11 09:43:45 +00:00
s-marley 2858cb6482
Fixed missing brightness setting on startup 2021-01-18 22:42:17 +00:00
compuw22c 90f1b7b691
Updates for brightness toggling via Hold
I've made a small array for 3 brightness settings to be toggled by holding the button.  I've preserved the original "auto mode" via 3 button presses in 2 seconds, and added an "off" mode when pressed 5 times in 2 seconds.  Personally I like the GPIO 0 as a button pin because it makes these projects insanely easy and cheap, but to each his own.
2020-12-30 03:54:35 -06:00
compuw22c a4b674a7c0
Update ESP32_FFT_VU.ino
Fixed apparent typo that resulted in matrix not being addressed correctly unless it was perfectly square (I was using 16x9)
2020-12-30 02:31:05 -06:00
s-marley 603735ea95
Add files via upload 2020-10-10 23:01:00 +01:00
Brian Schimke b4f6d8e314
Prevent Stuck Loop
Micros overflows every ~71.5 minutes. This can cause the newTime value to get stuck at a very high value while Micros rolls back to 0. When this happens the while condition in the sample loop is not met for a very long time.  Changing the while condition to check for the difference between the two unsigned longs prevents this possibility (a negative outcome is not possible as there is no sign).
2020-09-20 19:43:03 -04:00
s-marley c9efc6f0a1
Add files via upload 2020-07-19 20:29:02 +01:00
s-marley 025a8f8dc8
Add files via upload 2020-07-18 19:02:49 +01:00