Skip to content
Snippets Groups Projects
Commit 6287f5df authored by Václav Jelínek's avatar Václav Jelínek
Browse files

Remove slave not found message after i2c slave startup

parent d2d5e286
No related branches found
No related tags found
1 merge request!12Major update of menu visuals and example programs
......@@ -15,8 +15,6 @@ def i2c_master_run(robot):
connected = False
robot.display.fill(0)
robot.display.centered_text(f"I2C master", 0, 1)
robot.display.centered_text(f"Slave", 24, 1)
robot.display.centered_text(f"not found", 32, 1)
robot.display.text('<', 0, 54, 1)
robot.display.show()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment