Open dosipod opened 2 years ago
@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==========================
TM1640 module(21,19) ;
TM16xxMatrixGFX matrix(&module, MATRIX_NUMCOLUMNS, MATRIX_NUMROWS); //============================================
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