Closed fourstix closed 4 years ago
This pull request will close #5 and incorporates the suggestions from @nseidle
Hey @fourstix. I'm working to merge your pull request. Can you please change the version number in library.properties to 1.1.1 so that I can do a release once merged?
@pmakin-png I updated the version to 1.1.1 as requested. So you should be able to do the merge now.
This pull request moves the character map into PROGMEM and adds previously missing characters to the table to simplify the map logic.
A function is added to define a character segment map to a list. The list is checked before a character is displayed from the default character map table. An example is provided to show the use of this function.
Lastly, a previous stray debug serial print statement is commented out, and the period and colon characters are changed to blanks so the display is not corrupted when the fixed decimal point or colon is displayed.
All previous examples were run as a regression test.