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@28:ef40d40b5d39, 2014-03-13 (annotated)
- Committer:
- okano
- Date:
- Thu Mar 13 04:44:50 2014 +0000
- Revision:
- 28:ef40d40b5d39
- Parent:
- 23:8471197d3096
test code for contouring problem
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
okano | 23:8471197d3096 | 1 | |
okano | 23:8471197d3096 | 2 | int open_BMP( char *file_name, int horizontal_size, int vertical_size ); |
okano | 23:8471197d3096 | 3 | void write_BMP( short *p, int length ); |
okano | 28:ef40d40b5d39 | 4 | void write_BMP( short *p, int length, char mask ); |
okano | 23:8471197d3096 | 5 | void close_BMP( void ); |