I am a newbie and am battling to write text on my display my code is below all the text is ok but when the mode has to be displayed as below it does not work
display.print("MODE:");
display.print(m);
Here is my complete code attached
hope someone can assist as I say I am not a programmer I learn as I go :o :o :o
I saw that after I posted thanks fixed it and it does compile now but still have the problem with the words Normal and breeding not displaying on the display it shows as 358 and 363 respectively and I have an few scribbles at the bottom left corner of my display
Thanks everybody I changed the code a bit as below and got it sorted now I'm still stuck with the funny characters at the bottom right corner of the display.
Any ideas how to fix that