0

In 4a, 5 , void Userinterface::displayMessage(int line, String s), I need to call the clearLine method, but it isn't in the U8g2 library and it isn't in the classes. Where can I find it? I used display->clearLine();

Share a link to this question (includes your user id)
| edit | | close | delete |
0

That method needs a parameter. So use it like:

display->clearLine(0); // clear first line

Share a link to this answer (includes your user id)
| edit | delete |

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.