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

Brightness not working for multiple HCMS 29xx display #6

Open
buentead opened this issue Jun 7, 2020 · 1 comment
Open

Brightness not working for multiple HCMS 29xx display #6

buentead opened this issue Jun 7, 2020 · 1 comment

Comments

@buentead
Copy link

buentead commented Jun 7, 2020

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.

@gregschlom
Copy link

I was having the same issue. I believe this should be fixed if you use the latest version of the library. (Specifically, the one with this commit: 732d017)

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

2 participants