Do a scrolling display like a marching stock price ticker display on the financial channels.
Say you plan on 4 rooms displayed at any one moment, separated by a blank digit, so a
12 - 16 digit display would make sense. Or smaller if 2 rooms at a time displayed, 6 - 8
digits.....
This can be done in one part (display external of course) but requires C programming.
Or could do it in block programming using Nano board possibly -
View attachment 138905
Or one of these boards (like 2560) to get more I/O
Block programming, kids using in class for robot programming. Like mBlock,
Scratch for Arduino, Flow Code......
Here is example of what it took to turn on LED when a button is pushed using mBlock :
View attachment 138907
mBlock takes your block design and generates code to program the board.
So you drag and drop blocks onto design canvass, right hand window, configure
them, choose poins, etc... and mBlock will then generate the code to be programmed
into Arduino. Lots of fun.
An example doing display.
https://www.electronicssimplified.in/feed/7-segment-display-with-mblock/
Regards, Dana.