Martin Falatic
Martin Falatic
This method worked in 9.0 and earlier, but in 10.0 it will crash a running app if you try to share anything. I don't know what the better solution is...
There are py2 and py3 wheels for the previous release: https://pypi.org/project/tinyprog/1.0.21/#files There's no py3 wheel for the current one though: https://pypi.org/project/tinyprog/1.0.23/#files
The apio and icestorm template projects each contain an example `top.v`, but `icecube2_template` doesn't. For consistency it ought to.
It appears at some point the capability to include a `tft_setup.h` file (versus tampering with the library and its directory tree) was deprecated. If that's final, then please remove all...
I was halfway through implementing a solution based on the examples, when I found that key functions were actually deprecated (e.g., `drawRightString` ,`drawCentreString`, etc.) All deprecated functions should be replaced...
Handling bad checksums, timeouts, and other errors should be improved upon.
First, thanks for the handy scripts! Needed to tweak them to make them work though... Testing this with bash 4.3 on Raspbian, the scripts silently exit without running the tests....