From 4544b09b5e095758a57bc8693bd1e4b2debc25fc Mon Sep 17 00:00:00 2001 From: rdagger Date: Sat, 23 Mar 2024 09:14:16 -0700 Subject: [PATCH] Clean up comments. --- ili9341.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ili9341.py b/ili9341.py index 5fd9118..99af545 100644 --- a/ili9341.py +++ b/ili9341.py @@ -193,7 +193,7 @@ class Display(object): boards. Smaller values allocate less memory but take longer to execute. hlines must be a factor of the display height. For example, for a 240 pixel height, valid values for hline - would be 1, 2, 4, 5, 8, 10, 16, 20, 32, 40, 64, 80, 160. + would be 1, 2, 3, 4, 5, 6, 8, 10, 12, 15, 16, 20, 24, 30, 40, etc. Higher values may result in memory allocation errors. """ w = self.width