188
171
// turn on inside and outside LEDs
192
175
// display segment number in binary across in the inside LEDs,
193
176
// with the LED on pin 12 showing the least-significant bit
194
177
for( int a = 0; a < 8; a++ )
199
182
// draw a segment for the time display
200
183
void drawNextSegment_time( bool reset )