libcreate icon indicating copy to clipboard operation
libcreate copied to clipboard

Support full control over 7-segment displays

Open jacobperron opened this issue 9 years ago • 0 comments

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.

jacobperron avatar Mar 28 '16 23:03 jacobperron