aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Show a random tip from Pragmatic Thinking & LearningGravatar Tom Willemse2023-07-081-1/+53
|
* Add custom wrapping function for displaying textGravatar Tom Willemse2023-07-071-8/+23
| | | | | | | 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.
* Add ‘--reset’ command-line optionGravatar Tom Willemse2023-07-072-1/+7
| | | | | | | | | 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.
* Initial commitGravatar Tom Willemse2023-07-073-0/+755