Skip to content

Commit 0ea8e58

Browse files
committed
example code Bitmap argument
1 parent 880aa9c commit 0ea8e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/jpegio/JpegDecoder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
//|
4848
//| decoder = JpegDecoder()
4949
//| width, height = decoder.open("/sd/example.jpg")
50-
//| bitmap = Bitmap(width, height)
50+
//| bitmap = Bitmap(width, height, 65535)
5151
//| decoder.decode(bitmap)
5252
//| # .. do something with bitmap
5353
//| """

0 commit comments

Comments
 (0)