Daniel Worthington
Daniel Worthington
Style guidelines would be helpful for the project.
If we are going to refactor any of the HTML creation or diff parsing, we’ll want to have some simple unit tests.
Currently you have to edit Reader.c and win/Resources.rc and tag the commit. The Linux and Mac ports might need a more official way to see what the versions is (besides...
I have followed the [docs steps 1 - 3](https://inkplate.readthedocs.io/en/latest/get-started.html#micropython) and now am trying to run the `basicBW.py` example like so: ``` python3 pyboard.py --device /dev/tty.usbserial-110 examples/basicBW.py ``` I get the...