Rihards Balass / 4DGL-mbed-32PTU
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();