Skip to content

Brightness not working for multiple HCMS 29xx display #6

@buentead

Description

@buentead

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions