void RGB565toBGR555 (unsigned char *fileSource, unsigned char *fileDestination, unsigned int width, unsigned int height, unsigned char bpp) |
Name | Type | Default | Description |
fileSource | unsigned char * |
Buffer which holds the RGB file |
|
fileDestination | unsigned char * |
Buffer in which to store the decoded image |
|
width | unsigned int |
Buffer width in pixels. |
|
height | unsigned int |
Buffer height in pixels. |
|
bpp | unsigned char |
Number of bits per pixels that the buffer stores. |