mirror of
https://github.com/thelastoutpostworkshop/ESP32ManyRoundScreenTest.git
synced 2025-11-04 14:49:41 +08:00
comments
This commit is contained in:
parent
2941ac7127
commit
7e1f732ba5
@ -22,8 +22,10 @@
|
|||||||
#include "images/darthvader.h"
|
#include "images/darthvader.h"
|
||||||
#include "images/x_wing.h"
|
#include "images/x_wing.h"
|
||||||
|
|
||||||
const int NUM_DISPLAYS = 6; // Adjust this value based on the number of displays
|
// 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
|
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_1;
|
||||||
AnimatedGIF gif_2;
|
AnimatedGIF gif_2;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user