Update comments.

master
rdagger 10 months ago
parent d3e74c1225
commit 628b314280

@ -932,7 +932,7 @@ class Display(object):
w (int): Width of image. w (int): Width of image.
h (int): Height of image. h (int): Height of image.
Notes: Notes:
w x h cannot exceed 2048 w x h cannot exceed 2048 on boards w/o PSRAM
""" """
buf_size = w * h * 2 buf_size = w * h * 2
with open(path, "rb") as f: with open(path, "rb") as f:

Loading…
Cancel
Save