bivanbi
Results
2
issues of
bivanbi
Steps to reproduce: 1. Load `Inkplate2_Peripheral_Mode` from `InkplateLibrary` examples 2. clear display, add `hello world` text and display framebuffer via serial, eg.: ``` #K(1)* #C("48454c4c4f20574f524c44")* #L(1)* 3. Observer blank white...
Fixes #266 Without setting text color first, displayed text will be invisible. Add setTextColor to Peripheral Mode to be able to set text color. --- For more details, open the...