I'm having some trouble with a 7 segment 4 digit display using the "SevSeg" library... How can I send data to the display? I'm trying with this code: " myDisplay.setNumber(VData.G,3); myDisplay.refreshDisplay(); " in the loop, but it doesn't work... someone can help me?