Programming: Displaying Labels on the LCD using the Send_A_StringToMrLCDWithLocation()

Adding a label to the LCD is simply sending a string of data to the LCD. The Send_A_StringToMrLCDWithLocation(x, y, string) is the function that we will use that is part of the MrLCD.h file.



Send_A_StringToMrLCDWithLocation(1,1,"X:"); Send_A_StringToMrLCDWithLocation(1,2,"Y:");
Back to blog

Leave a comment

Please note, comments need to be approved before they are published.