First try with .h and .cpp, Multiple Definition issue

don't know what this means

the above, the definition/constructor is needed in the .cpp file

the above declaration is needed in the .h file so that the compiler knows about display in .ino/.cpp files referencing it.

1 Like