bablokb / circuitpython-examples

Collection of circuitpython programs, examples, templates
GNU General Public License v3.0
0 stars 0 forks source link

waveshare picoRES-TOUCHLCD-3.5 #1

Open mrbbp opened 2 months ago

mrbbp commented 2 months ago

hello the code does not work without the patch. how to patch the busio source? have to take the source code of circuitpython 9, patch and compile a specific version? is there an other way? i'm not so tech. regards

bablokb commented 2 months ago

Yes, that is what you have to do. There is already a patched version in my fork of CircuitPython: https://github.com/bablokb/circuitpython/tree/ili9488-ws3.5. This is not the most current version of CP, but that is the one I am using.

To compile, please follow the instructions in https://github.com/bablokb/circuitpython/blob/ili9488-ws3.5/.devcontainer/Readme.md