Hi, I’m facing the same problem programming the mbot to get something showing on the face. I have arduino 1.6.5 ide and get the following same as yours on upload to mbot
project_1_____6_0.ino.cpp:55:35: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
I used code same as yours in mblock with face, port1, x:xpos,y;0,character:;
then at the end
showtime port1 etc
If I put a string in character I get an additionalt error
project_1_____6_0.ino.cpp:36:30: error: expected ‘)’ before ‘hi’
Can you show your c code on your working code please, ta