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.

Files at this revision

API Documentation at this revision

Comitter:
taylorza
Date:
Sun Oct 05 23:59:52 2014 +0000
Parent:
1:fdbc2be25831
Child:
3:e32f5c25a352
Commit message:
Updated to the latest version of the LCD_ST7735 library

Changed in this revision

LCD_ST7735.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/LCD_ST7735.lib	Mon Sep 22 04:23:35 2014 +0000
+++ b/LCD_ST7735.lib	Sun Oct 05 23:59:52 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/taylorza/code/LCD_ST7735/#88d22437119c
+http://mbed.org/users/taylorza/code/LCD_ST7735/#f39c980a589c
--- 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 @@
     }    
 }
 
+
+