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.
Diff: demo.cpp
- Revision:
- 5:890ddd974624
- Parent:
- 4:50511ed54ab4
- Child:
- 6:a1a85f2bc04b
--- a/demo.cpp Fri Sep 09 12:45:28 2016 +0000 +++ b/demo.cpp Mon Sep 12 10:15:54 2016 +0000 @@ -15,7 +15,7 @@ puts("This is the Graphics functions demo"); wait_ms(LONG_WAIT); cls(); -/* + puts("\nLets change all the "); textFgColor(Purple); puts("PURPLE"); @@ -56,7 +56,7 @@ drawFilledTriangle(260, 50, 300, 90, 240, 120, Yellow); wait_ms(SHORT_WAIT); cls(); -*/ + puts("Lets calculate distance from point 0,0 on angle 40, 60 pixels away:"); wait_ms(LONG_WAIT); cls();