Help CenterHelp Center
Clear characters from LCD on EV3 brick
clearLCD(myev3)
example
clearLCD(myev3) clears characters that the writeLCD function displays on the LCD located on the EV3 brick.
myev3
writeLCD
collapse all
You can display text near the center of the LCD or at a specific location.
Create a connection to the EV3 brick called myev3.
myev3 = legoev3;
Display text on the LCD.
writeLCD(myev3,'Collision Alert!')
The text appears near the center of the LCD.
Clear the text from the LCD.
Display “X” in the lower-right corner of the LCD.
writeLCD(myev3,'X', 9, 19)
Connection to EV3 brick, specified as a string that represents the object created using legoev3.
legoev3
Example: myev3
Data Types: char
char
legoev3 | writeLCD
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office