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: MARY_CAMERA NokiaLCD mbed
Diff: main.cpp
- Revision:
- 14:cc83bb625f92
- Parent:
- 13:52f7b692e00d
- Child:
- 15:c81a197f4f5b
--- a/main.cpp Tue Feb 18 10:49:14 2014 +0000 +++ b/main.cpp Wed Mar 05 03:21:54 2014 +0000 @@ -40,9 +40,16 @@ { short tmp; +#if 1 for ( int i = 0; i < (MARMEX_OB_oled::WIDTH / 2); i++ ) { tmp = buf[ i ]; buf[ i ] = buf[ (MARMEX_OB_oled::WIDTH - 1) - i ]; buf[ (MARMEX_OB_oled::WIDTH - 1) - i ] = tmp; +#else + for ( int i = 0; i < MARMEX_OB_oled::WIDTH; i++ ) { + buf[ i ] = 0x0; + +#endif + } } \ No newline at end of file