This program can display the contents of tanks on a big screen with a colored bar that can dynamically change its size.
It can show up to 256 128 64 different liquids which are sorted from highest amount to lowest.
5x8 is the optimal size for the screen.
Multiple tanks with the same liquids are automatically added together and empty tanks are ignored.
This display is split into 2 programs.
1) Server - this receives the tank information and displays it
2) Client - this has the adapter with the tank controller (you can have as many as you like)
optimal screen sizes