Skip to content

Compilation Error #24

@Tommy38cal

Description

@Tommy38cal

Hi,
I am getting two compilation errors in the Arduino IDE. One was a capitalization error on setBrightness. The other is

Compilation error: 'class SevSeg' has no member named 'displayString'

\Arduino\Serial_7_Segment_Display_Firmware\Serial_7_Segment_Display_Firmware.ino: In function 'void displayData()':
\Arduino\Serial_7_Segment_Display_Firmware\Serial_7_Segment_Display_Firmware.ino:114:15: error: 'class SevSeg' has no member named 'displayString'
myDisplay.displayString(display.digits, display.decimals); //(numberToDisplay, decimal point location)

I couldn't find this function in the SevSeg .cpp or .h. Can you advise? I thought it might have just been a mistake and looked for other ones that have the same inputs but to no avail. I think setChars was the closest.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions