Update README.md

This commit is contained in:
helgibbons 2022-03-08 17:47:10 +00:00
parent 117c842fc0
commit dae16ea777
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ font(font)
led(brightness) led(brightness)
image(data, w=298, h=128, x=0, y=0) image(data, w=296, h=128, x=0, y=0)
icon(data, icon_index, sheet_size, icon_size) icon(data, icon_index, sheet_size, icon_size)
clear() clear()
@ -296,7 +296,7 @@ In all cases your images should be a multiple of 8 pixels wide.
```python ```python
image( image(
data, # bytearray: raw image data 1bpp data, # bytearray: raw image data 1bpp
w=298, # int: width in pixels w=296, # int: width in pixels
h=128, # int: height in pixels h=128, # int: height in pixels
x=0, # int: destination x x=0, # int: destination x
y=0, # int: destination y y=0, # int: destination y