Set arbitrary segments of the four 7-segment displays.
Proposed API:
bool setDigits(const std::vector<bool>& segments)
where the size of segments is 7, 14, 21, or 28, representing the digits from left to right. A value of true means the segment should be on.