#include <Segment.h> Segment hana(8,2,6,7,5,3,4,true); void setup() { } void loop() { hana.display('0'); }