Vizic Technologies
/
EEPROM_SG2
EEPROM Demo - MBED + SmartGPU2 board
Diff: main.cpp
- Revision:
- 1:ccc3b08131c8
- Parent:
- 0:1e62f3fc1154
--- a/main.cpp Wed Jul 10 03:26:57 2013 +0000 +++ b/main.cpp Thu Apr 17 21:41:30 2014 +0000 @@ -1,11 +1,13 @@ +/**************************************************************************************/ /**************************************************************************************/ /*SMARTGPU2 intelligent embedded graphics processor unit - those examples are for use the SMARTGPU2 with the mbed microcontoller, just connect tx,rx,and reset + those examples are for using the SMARTGPU2 with the mbed microcontoller, just connect tx,rx,and reset Board: - http://vizictechnologies.com/#/smart-gpu-2/4577779046 + http://www.vizictechnologies.com/ www.vizictechnologies.com - Vizic Technologies copyright 2013 */ + Vizic Technologies copyright 2014 */ +/**************************************************************************************/ /**************************************************************************************/ /******************************************************** @@ -47,7 +49,7 @@ unsigned char result=0; 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 //strings config lcd.setTextColour(GREEN);