push-wrapper
push-wrapper copied to clipboard
17 character lcd
The Push display has 4 x 17 character columns, but push-wrapper implemented 8 x 8 character columns. This leaves 4 characters per row unusable.
I needed as many usable characters as possible for the UI of my project, and also needed to display data over 8 characters in length (doing so would have required a line break, or a blank char in the middle of the data).
I have implemented access to the LCD display using the 4 x 17 character columns.