example code Bitmap argument
This commit is contained in:
parent
880aa9c304
commit
0ea8e58aec
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
//|
|
||||
//| decoder = JpegDecoder()
|
||||
//| width, height = decoder.open("/sd/example.jpg")
|
||||
//| bitmap = Bitmap(width, height)
|
||||
//| bitmap = Bitmap(width, height, 65535)
|
||||
//| decoder.decode(bitmap)
|
||||
//| # .. do something with bitmap
|
||||
//| """
|
||||
|
|
|
|||
Loading…
Reference in a new issue