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:
- 25:185159c780d6
- Parent:
- 24:c74b706c25d6
- Child:
- 26:4e4f954a2e2a
--- a/main.cpp Tue Mar 11 08:49:43 2014 +0000 +++ b/main.cpp Tue Mar 11 09:44:12 2014 +0000 @@ -18,9 +18,6 @@ BusOut led( LED4, LED3, LED2, LED1 ); -#define X_OFFSET ((MARY_CAMERA::PIXEL_PER_LINE - MARMEX_OB_oled::WIDTH ) / 2) -#define Y_OFFSET (camera.vertical_size - MARMEX_OB_oled::HEIGHT) / 2 - void copy_image_to_oled( void ); void line_mirroring( short *buf ); void save_still_image( char *file_name );