example code Bitmap argument

This commit is contained in:
foamyguy 2024-02-11 16:50:58 -06:00
parent 880aa9c304
commit 0ea8e58aec

View file

@ -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
//| """