Skip to content

error: 'contrast' was not declared in this scope; did you mean 'constrain'? #12

@antoniosap

Description

@antoniosap

please declare, on top:

void contrast(int value);

else have this error:

src/main.cpp: In function 'void loop()':
src/main.cpp:110:5: error: 'contrast' was not declared in this scope; did you mean 'constrain'?
  110 |     contrast(128);
      |     ^~~~~~~~
      |     constrain
*** [.pio/build/heltec_wifi_kit_8/src/main.cpp.o] Error 1

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