Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not an issue , we added a matrix to the code #21

Open
dosipod opened this issue Jul 27, 2022 · 1 comment
Open

Not an issue , we added a matrix to the code #21

dosipod opened this issue Jul 27, 2022 · 1 comment

Comments

@dosipod
Copy link

dosipod commented Jul 27, 2022

I could not see any option to post contribution , In all cases we just added a a matrix display to the code so now the notification is also displayed , it is a hit with us :

https://github.com/MoonModules/WLED-Projects/tree/master/MadLab%40Aldiy%20

This is part of students projects workshop so please excuse any mess

markvader added a commit to markvader/MrDiy-Audio-Notifier that referenced this issue Jul 27, 2022
Pull request, based on issue filed by @dosipod schmurtzm#21 and their work at https://github.com/MoonModules/WLED-Projects/tree/master/MadLab%40Aldiy 
I would suggest this is not merged into main project as it is for a specific matrix display panel, but perhaps left as a separate branch.  Nice concept.  (I haven't tested as I do not have a suitable matrix display).
@dosipod
Copy link
Author

dosipod commented Aug 1, 2022

@markvader I hope it helps but the matrix option is flexible as it is using Adafruit_GFX.h hence any matrix can work with that , we have also tested with 8x32 ws2812b matrix and it worked but we did not find the big matrix to be practical as the aim is small display . If you check the code , the part for the TM1640 matrix definition is really very small and the rest is a standard matrix definition

//==================816==========================
#include <Adafruit_GFX.h>
#include <TM1640.h>
#include <TM16xxMatrixGFX.h>
TM1640 module(21,19) ;
#define MATRIX_NUMCOLUMNS 16
#define MATRIX_NUMROWS 8
TM16xxMatrixGFX matrix(&module, MATRIX_NUMCOLUMNS, MATRIX_NUMROWS);
//============================================

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant