Closed woeperbe closed 4 years ago
What values are you actually setting and what is the resistor value being used for the max7219 intensity?
i use FC16 modules and changed nothing compared to using 3.3 where it works normally I use values 0 and 3 to test the difference
I tested again and again: it works with 3.3 and not with 3.4 and 3.5
Uncomment in MD_Parola.h : inline void setIntensity(uint8_t intensity) { _intensity = intensity; _MX->control(_zoneStart, _zoneEnd, MD_MAX72XX::INTENSITY, _intensity); }
This change made it work again ! Thanks for your quick service
Yes, for some reason that got commented out. No idea how or why that happened (but I have had a few contributors between versions). Tells me I need to check very carefully from now on as I found a few other things commented out as well. Will be reverted in the next release (3.5.1) after I do a more comprehensive check.
thanks again for your quick reaction
IMPORTANT
Before submitting this issue [ ] Have you tried using the latest version of the library? [ ] Have you checked this has not already been submitted and/or resolved? [ ] If you are requesting help a better choice may be the Arduino forum
Subject of the issue
Describe your issue here.
Your Environment
Library Version: 3.4 and up Arduino IDE version: Latest Hardware model/type: NodeMcu OS and Version:Windows 10
Steps to Reproduce
Comiple with 3.4 and up
Actual Behaviour
Intensity is always the same independed what value setup in the function
Code Demonstrating the Issue