Here is my 8-Seqment Arduino Libary
Hi this is my Arduino Libary[https://github.com/Marvin-here/8-Segment-Display-Arduino.git]
All Commands: --> in the following Code %Name% is a placeholder for your Own Display Name, so be Creative!
Display %Name% (f1, f2, f3, f4, a, b, c, d, e, f, g, p);
%Name%.Write(int,int,int,Int); // -> int = a Number -> example (1,2,3,4)
&Name%.Write2Numbers(int,int); // -> int = a number -> exampe (12,34)
%Name%.WriteNumber(int); // -> int = a number -> exampe (1234)
%Name%.showDot(); // MUST BE IN LOOP(), will be shown like this: 12.34
%Name%.show(); // MUST BE IN LOOP(), will be shown like this: 1234