The task is as follows:
There are icons representing a specific process on the screen (5 icons):
[.... {1} {2} {3} {4} {5}] are all icons when all processes are active.
[.... {1} {.} {3} {.} {5}] is when processes 2 and 4 are not active
So there are no problems, but on the screen it looks illegitimate.
How to do this:
[.... {.} {.} {1} {3} {5}]
and when the activation process 2
[.... {.} {2} {1} {3} {5}]
so he just took an empty not occupied place.
Arduino project.