From 7e1f732ba5c11f4fdcd5ce01689c771e731d7391 Mon Sep 17 00:00:00 2001 From: charles Date: Fri, 18 Aug 2023 14:38:14 -0400 Subject: [PATCH] comments --- ESP32ManyRoundScreenTest.ino | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ESP32ManyRoundScreenTest.ino b/ESP32ManyRoundScreenTest.ino index 8f556e9..76c612f 100644 --- a/ESP32ManyRoundScreenTest.ino +++ b/ESP32ManyRoundScreenTest.ino @@ -22,8 +22,10 @@ #include "images/darthvader.h" #include "images/x_wing.h" -const int NUM_DISPLAYS = 6; // Adjust this value based on the number of displays -const int CS_PINS[NUM_DISPLAYS] = {19, 22, 21,32,33,25}; // Add more pins if you have more displays + // Adjust this value based on the number of displays +const int NUM_DISPLAYS = 6; +// Add more CS pins if you have more displays, each display must have a dedicated pin +const int CS_PINS[NUM_DISPLAYS] = {19, 22, 21,32,33,25}; AnimatedGIF gif_1; AnimatedGIF gif_2;