Displays a properly formatted bitmap (.BMP) image on the screen. The image must be saved as a Device Independant Bitmap with r5g6b5 (16-bit), normal row-order encoding.
- Note
- The SD card must be properly mounted before using this function.
- Parameters
-
*imgdir | Filename of the image saved to the SD card to be displayed. |
x0 | Horizontal position of the top-left corner of the bitmap image to be displayed, counted from the left side of the screen. |
y0 | Vertical position of the top-left corner of the bitmap image to be displayed, counted down from the top of the screen. |