push-wrapper icon indicating copy to clipboard operation
push-wrapper copied to clipboard

17 character lcd

Open psychedelicious opened this issue 6 years ago • 0 comments

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.

psychedelicious avatar Aug 17 '19 07:08 psychedelicious