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: Rasturizer/Rasturizer.cpp
- Revision:
- 3:2e31dfcb712a
- Parent:
- 2:a5bc7b3779f7
- Child:
- 4:759a5c34e239
--- a/Rasturizer/Rasturizer.cpp Fri Feb 22 13:45:34 2019 +0000
+++ b/Rasturizer/Rasturizer.cpp Fri Feb 22 14:01:20 2019 +0000
@@ -2,9 +2,10 @@
#include "Rasturizer.h"
-Rasturizer::Rasturizer(){//Face face){
- /*lcd.init();
- float f = face.GetVertexValue(0,0);
+
+
+Rasturizer::Rasturizer(Face face, N5110 lcd){
+ lcd.init();
float points[4][2] = {{rand()%20,rand()%20},{20+rand()%20, rand()%20}, {20+rand()%20,20+rand()%20}, {rand()%20,20+rand()%20}};
int diffX1 = points[0][0]-points[1][0];
@@ -47,5 +48,5 @@
points[3][0],
points[3][1],
1);
- */
+
}
\ No newline at end of file