From 628b31428072cf908b974811be9d5577d004e37f Mon Sep 17 00:00:00 2001 From: rdagger Date: Mon, 25 Mar 2024 15:59:48 -0700 Subject: [PATCH] Update comments. --- ili9341.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ili9341.py b/ili9341.py index 99af545..32b95d7 100644 --- a/ili9341.py +++ b/ili9341.py @@ -932,7 +932,7 @@ class Display(object): w (int): Width of image. h (int): Height of image. Notes: - w x h cannot exceed 2048 + w x h cannot exceed 2048 on boards w/o PSRAM """ buf_size = w * h * 2 with open(path, "rb") as f: