Programming: Displaying Labels on the LCD using the Send_A_StringToMrLCDWithLocation()
Share
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.