-
• #2
I think this was a regression on 1v39 - it does work on the latest version in Git. You just need to hang on until I release a new one - or you can use an unofficial nightly build: https://espruino-nightly.noda.se/
-
• #3
I saw on another post somewhere .... was getting alot of Timeout on SPI Rx errors....
Someone suggested changing the SPI1.setup to read....
SPI1.setup({sck:A5,miso:A6,mosi:A7,baud:100000})
This actually worked for me on a different LED project that was reading a touch screen.
hope this works for you
-
• #4
Great - thanks for the update. I think this is an issue with older versions of Espruino - unfortunately as you'll be aware, newer versions don't work reliably on the HY-32 boards at the moment :)
The below code (as published on espruino.com) yields:
whenever the touchscreen is drawn upon.
Have tried different setIntervals ranging from 10 to 100 touchFinc but with no change -any ideas?
this is observed with Espruino 1v39