Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: engine/main.cpp
- Revision:
- 5:cd63b0b896aa
- Parent:
- 4:a6ca44e29e97
- Child:
- 6:933bb2b03b38
--- a/engine/main.cpp Tue May 01 10:03:55 2018 +0000 +++ b/engine/main.cpp Tue May 01 12:02:38 2018 +0000 @@ -103,13 +103,13 @@ } //print road lines - lcd.drawRect(1,1,1,1500,FILL_BLACK); + lcd.drawLine(1,1,1,1500,FILL_BLACK); - lcd.drawRect(21,1,1,1500,FILL_BLACK); + lcd.drawLine(21,1,21,1500,FILL_BLACK); - lcd.drawRect(41,1,1,1500,FILL_BLACK); + lcd.drawLine(41,1,41,1500,FILL_BLACK); - lcd.drawRect(61,1,1,1500,FILL_BLACK); + lcd.drawLine(61,1,61,1500,FILL_BLACK);