From 33185e222bc2f49ed255eccfe2a197a39ba65407 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Mon, 3 Aug 2020 14:51:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea1d97a..ddf0e2b 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ Similarly, if you wanted to chain 4 panels to make a 256x32 px horizontal panel, Finally, if you wanted to chain 4 x (64x32px) panels to make 128x64px display (essentially a 2x2 grid of physical led panel modules), a little more magic will be required. Refer to the [Chained Panels](examples/ChainedPanels/) example. +Resolutions beyond 256x64 are likely to result in crashes due to memory constraints etc. YMMV. + ## Ghosting If you experience ghosting, you will need to reduce the brightness level, not all RGB Matrix Panels are the same - some seem to display ghosting artefacts at lower brightness levels. In the setup() function do something like: