Skip to content

Commit 7438c62

Browse files
committed
Update example to reflect actual code
1 parent 0c0fa8f commit 7438c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Usage Example
105105
bitmap[x, y] = 0
106106
107107
print('Saving bitmap')
108-
save_bitmap(bitmap, palette, '/sd/test.bmp')
108+
save_pixels('/sd/test.bmp', bitmap, palette)
109109
110110
Contributing
111111
============

0 commit comments

Comments
 (0)