Skip to content

Display flickers when using print method with decimal point or colon. #16

Closed
@MarkMoss

Description

@MarkMoss

Subject of the issue

Display flickers when using print method with string containing decimal point or colon.

Your workbench

  • Using SparkFun RedBoard Qwiic with one SparkFun Qwiic Alphanumeric Display.
  • Powered via USB.
  • Using Arduino 1.8.19.

Steps to reproduce

Run the sketch below:

#include <SparkFun_Alphanumeric_Display.h>

HT16K33 display;

void setup() {
  Wire.begin();
  display.begin();
}

void loop() {
  display.print("12:34"); 
}

Expected behavior

The four digits on the display should display "1234" and the colon segment should be illuminated.

Actual behavior

The last two digits, containing "34" flicker perceptibly, while the first two digits and the colon segment are on steadily. Other than the flicker, the display is correct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions