1
0
Fork 0
Commit graph

3 commits

Author SHA1 Message Date
6da42d558e Add custom wrapping function for displaying text
Setting text wrapping to true will wrap the text to the beginning of the line
again. This function just returns a list of strings that can be tweaked to
provide the lists of the right length, this way I can make sure that the text
continues in the right place on the next line.
2023-07-07 23:41:19 -07:00
48ce1ba157 Add ‘--reset’ command-line option
Passing this option will cause a full update command to be sent to the Inkplate
instead of a partial update command.

A full update cleans up any residual display from previous partial updates, but
causes more wear on the eink display. It causes a big flash of all black to
happen before sending the updated display. I shouldn't be used all the time.
2023-07-07 23:16:12 -07:00
6f99ff98bc Initial commit 2023-07-07 22:52:38 -07:00