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
bmp_handler.h
- Committer:
- okano
- Date:
- 2014-03-11
- Revision:
- 23:8471197d3096
- Parent:
- 10:3c8fc9569377
- Child:
- 28:ef40d40b5d39
File content as of revision 23:8471197d3096:
int open_BMP( char *file_name, int horizontal_size, int vertical_size ); void write_BMP( short *p, int length ); void close_BMP( void );