Don't worry about formatting, just type in the text and we'll take care of making sense of it. We will auto-convert links, and if you put asterisks around words we will make them bold.
Tips:
For a full reference visit the Markdown syntax.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi new on the forum I use spruino a lot with som official boards with no issue, but I have some issues with Espruino on WROOM32 module.
The board is a esp32-2432s028 (https://www.youtube.com/watch?v=9su3Yy4WTls
)
Is a board with a ILI9341 and resistive touch I wan't to use to make a javascript pocket computer.
The first problem is when uploading to ram from Web IDE, seems that the code starts uploading before espruino is ready to fetch, not a big issue, I create some comments on the start to avoid the problem.
The second one is for me more difficult, if you see on the youtube video, the screen is more or less fast, but in my espruino program the screen is really slow on any commands, even trying to set the bauds on SPI to a really high the simple g.clear() command takes like 1.5 seconds to perform.
I'm modifying a copy of the ILI9341 module adding jitting to some command execution with no luck.
Anyone have some similar problem?
Thanks.