Conversation
Add hyphen and underscore, option to clear display or persist, and right shift. Added field to hold the bytes currently on the display. Changed constructor to add the digitLimit in the constructor.
|
Sample code to print string with scroll /* Arduino Pin to Display Pin const static byte charTable2 [] PROGMEM = { void setup() { /* Set the brightness min:1, max:15 */ /* Set the digit count */ } void loop() { /* Clear all display value */ void print7Seg(String myString) { ` |
Added a better printing method which enables the decimal point, spaces, hyphens, and underscores.