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

Compilation Error #24

Open
Tommy38cal opened this issue Mar 8, 2023 · 0 comments
Open

Compilation Error #24

Tommy38cal opened this issue Mar 8, 2023 · 0 comments

Comments

@Tommy38cal
Copy link

Tommy38cal commented Mar 8, 2023

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.

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

1 participant