Skip to content

Commit

Permalink
Update bmp.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon Shaw authored Apr 3, 2017
1 parent c0c2dfa commit 5462cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <string.h>
#include "bmp.h"

// PIXEL_FORMAT_RGB_1555
// RGB_555

int create_bmp_file(int width, int height, BITMAP_S **Bitmap)
{
Expand Down

0 comments on commit 5462cd8

Please sign in to comment.