Skip to content

Commit 8a8ca16

Browse files
author
Kirk
committed
fixo
1 parent 9530e47 commit 8a8ca16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api_graphics.md

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ void bitmap(uint8_t x0, uint8_t y0, uint8_t x1, uint8_t y1,
158158
| pBitmap | `uint8_t *` | A pointer to the bitmap array|
159159
| bmp_width | `uint8_t` | The width of the bitmap|
160160
| bmp_height | `uint8_t` | The height of the bitmap|
161+
161162
### bitmap()
162163

163164
Draws a bitmap on the screen using a Bitmap object for the bitmap data.

0 commit comments

Comments
 (0)