Wykres commitów

37 Commity (master)

Autor SHA1 Wiadomość Data
s-marley 4e02f27e51
Merge pull request #16 from AJMartel/master
Updated spreadsheet to auto generate code for sketch.
Thank you, this is a useful addition!
2022-10-13 10:41:40 +01:00
Alain Martel f4aafa9153
Add files via upload
The spreadsheet will autogenerate the code for the sketch when you change the number of bands and top band frequency.
2022-10-12 16:05:31 -04:00
s-marley f31d650628
Updated Excel file to include up to 64 bins 2022-10-03 19:43:17 +01:00
s-marley a446c7358f
Changed licence due to #12
Will remove offending code at future date and replace with more permissive licence
2022-03-02 11:46:32 +00:00
s-marley c2112e2084
Added licence section 2022-03-02 11:43:01 +00:00
s-marley 5926ea5654
Update README.md 2022-03-02 11:36:26 +00:00
s-marley 850adef36e
Update README.md 2021-02-17 19:33:43 +00:00
s-marley 9645716276
Merge pull request #7 from s-marley/Neomatrix
Added Neomatrix support
2021-02-17 19:33:10 +00:00
s-marley 058dd76f6b
Update ESP32_FFT_VU.ino 2021-02-17 19:31:04 +00:00
s-marley 03f0085417
Update README.md 2021-02-17 19:29:28 +00:00
s-marley 03724ce792
Merge pull request #6 from VonHirsch/Neomatrix
Fixed peaks, aligned EQ to top left (0,0) coordinate origin
2021-02-17 19:13:59 +00:00
Von Hirsch 9b035df2b9 Fixed peaks, aligned EQ to top left (0,0) coordinate origin 2021-02-15 13:12:13 -05:00
s-marley c34f77a978
Update README.md 2021-02-15 12:28:08 +00:00
s-marley 88c48489f9
Merge pull request #5 from VonHirsch/FastLED_NeoMatrix
Modify code for FastLED_NeoMatrix to enable Tiled Matrixes, Zig-Zag
2021-02-15 11:57:01 +00: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 6b0f8a41bf
Create LICENSE 2021-01-30 12:38:27 +00:00
s-marley 730aae65ce
Merge pull request #4 from s-marley/add-license-2
Create LICENSE
2021-01-27 19:36:49 +00:00
s-marley 57856346d4
Create LICENSE 2021-01-27 19:36:38 +00:00
s-marley 2858cb6482
Fixed missing brightness setting on startup 2021-01-18 22:42:17 +00:00
s-marley 6ed78bce0c
Update README.md 2021-01-01 21:11:26 +00:00
s-marley 1f0a69148d
Merge pull request #3 from compuw22c/master
Fixed typo to enable non-square matrix.
Added ability to change brightness from single button press.
2020-12-31 14:49:45 +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 ca6e16e8f2
Changed button pin to 4
Changed button library requiring a change to the button pin. Was D2, now D4.
2020-10-10 23:09:32 +01:00
s-marley 603735ea95
Add files via upload 2020-10-10 23:01:00 +01:00
s-marley c019a22c66
Update README.md 2020-10-10 23:00:26 +01:00
s-marley ec857d5ba8
Merge pull request #2 from Kineticus/patch-1
Prevent Stuck Loop when micros rolls over after about an hour
2020-10-07 15:57:52 +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 3c759e2ad2
Update README.md 2020-07-19 21:27:50 +01:00
s-marley c9efc6f0a1
Add files via upload 2020-07-19 20:29:02 +01:00
s-marley 0266f1b7e0
Update README.md 2020-07-18 19:25:17 +01:00
s-marley 8a5e4e3d0a
Add files via upload 2020-07-18 19:07:23 +01:00
s-marley fe65cd9894
Delete Lineine_bb.png 2020-07-18 19:06:56 +01:00
s-marley 025a8f8dc8
Add files via upload 2020-07-18 19:02:49 +01:00
s-marley 24b2f028e2
Initial commit 2020-07-18 19:01:54 +01:00