Vizic Technologies
/
BounceBall_SG2
Bounce Ball Demo- MBED + SmartGPU2 board
Revision 1:507c7564ece2, committed 2014-04-17
- Comitter:
- emmanuelchio
- Date:
- Thu Apr 17 21:27:45 2014 +0000
- Parent:
- 0:4c26cabd36d5
- Commit message:
- SmartGPU2 BouceBall example, compiled for 2.4"
Changed in this revision
SMARTGPU2.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/SMARTGPU2.lib Wed Jul 10 03:25:24 2013 +0000 +++ b/SMARTGPU2.lib Thu Apr 17 21:27:45 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/emmanuelchio/code/SMARTGPU2/#210b5ba62803 +http://mbed.org/users/emmanuelchio/code/SMARTGPU2/#a57cfeb0185d
--- a/main.cpp Wed Jul 10 03:25:24 2013 +0000 +++ b/main.cpp Thu Apr 17 21:27:45 2014 +0000 @@ -2,10 +2,10 @@ /*SMARTGPU2 intelligent embedded graphics processor unit those examples are for use the SMARTGPU2 with the mbed microcontoller, just connect tx,rx,and reset Board: - http://vizictechnologies.com/#/smart-gpu-2/4577779046 + http://www.vizictechnologies.com/#!smartgpu-2/c1rc2 www.vizictechnologies.com - Vizic Technologies copyright 2013 */ + Vizic Technologies copyright 2014 */ /**************************************************************************************/ /**************************************************************************************/ @@ -55,7 +55,7 @@ initializeSmartGPU2(); //Init communication with SmartGPU2 board - lcd.baudChange(BAUD7); //set a fast baud! for fast drawing + lcd.baudChange(BAUD6); //set a fast baud! for fast drawing lcd.drawRectangle(0,0,319,239,YELLOW,UNFILL); //draw corners while(1){ // Loop forever