This project was created on PlatformIO an open source ecosystem for IoT development.
I'm using a Nodemcu v2 board and 2 seven segment MAX7219 led display.
Display a random number on MAX7219 display, you can handle a display array.
In main.cpp
file you can define some vars to setup your environment.
Number of displays
#define DISPLAYS 2
Number of digits in displays
#define DISPLAYDIGITS 8
Min and Max random values*
#define MINRANDOM 100000
#define MAXRANDOM 99999999