Ray casting engine implemented on the mBuino platform using the ST7735 LCD controller.

Dependencies:   LCD_ST7735 mbed

Ray casting engine written to test performance of the LCD_ST7735 library I wrote as a learning exercise on the mbed platform.

Revision:
2:4de2cb6f6fe8
Parent:
0:303768292f44
--- a/main.cpp	Mon Sep 22 04:23:35 2014 +0000
+++ b/main.cpp	Sun Oct 05 23:59:52 2014 +0000
@@ -44,7 +44,6 @@
                         g_palette);
     
     rayCaster.setCellPosition(8, 8);
-    
     while (true) 
     {
         rayCaster.renderFrame();
@@ -57,3 +56,5 @@
     }    
 }
 
+
+