Brightness not set for multiple displays
I'm using 3x HCMS 2912 display. When reducing the brightness of the displays only the display on the far right is covered. The other two display remain the same.
Steps To Reproduce Problem
Assemble the three displays according to the following description: https://playground.arduino.cc/Main/LedDisplay/
Execute the Arduino Sketch attached below.
Hardware & Software
Board: Arduino Mega 2560
Shields / modules used: none
Arduino IDE version: v1.8.12
Operating system & version: Windows 10 Pro, v1909
Arduino Sketch
#include <LedDisplay.h>
LedDisplay myDisplay = LedDisplay(2,3,4,5,6,24);
void setup() {
myDisplay.begin();
myDisplay.setCursor(0);
myDisplay.print("123456789012345678901234");
myDisplay.setBrightness(7);
}
void loop() {
}
Errors or Incorrect Output
No errors shown.
Brightness not set for multiple displays
I'm using 3x HCMS 2912 display. When reducing the brightness of the displays only the display on the far right is covered. The other two display remain the same.
Steps To Reproduce Problem
Assemble the three displays according to the following description: https://playground.arduino.cc/Main/LedDisplay/
Execute the Arduino Sketch attached below.
Hardware & Software
Board: Arduino Mega 2560
Shields / modules used: none
Arduino IDE version: v1.8.12
Operating system & version: Windows 10 Pro, v1909
Arduino Sketch
Errors or Incorrect Output
No errors shown.