update Code/uLisp/README
This commit is contained in:
parent
0328d785d4
commit
41e6ddd33e
|
@ -29,9 +29,12 @@ git clone https://github.com/technoblogy/ulisp-arm.git
|
||||||
|
|
||||||
cd uLisp-arm
|
cd uLisp-arm
|
||||||
|
|
||||||
git reset --hard 97e61151dfb236311089abd3e89029e367613f70
|
git reset --hard 97e61151dfb236311089abd3e89029e367613f70 #Switch to the required version
|
||||||
|
|
||||||
|
git clone https://github.com/clockworkpi/PicoCalc.git #get patch code
|
||||||
|
|
||||||
|
git apply PicoCalc/Code/uLisp/uLisp.patch
|
||||||
|
|
||||||
git apply uLisp.patch
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Install **TFT_eSPI 2.5.34** in arduino ide and patch it
|
Install **TFT_eSPI 2.5.34** in arduino ide and patch it
|
||||||
|
|
Loading…
Reference in New Issue