Search found 3 matches

by ulros
Wed Apr 25, 2018 2:55 am
Forum: General Discussion and Questions
Topic: Where is my script?
Replies: 1
Views: 1575

Re: Where is my script?

[SOLVED] In fact it seems that the first time I've entered the code it has not been written to a file. This is why I couldn't find it. I have no idea why but this was the reason. Actually I connected the m5stack via USB -> COM and use Microsoft Code to write micro python scripts. I then save them an...
by ulros
Mon Apr 23, 2018 6:06 am
Forum: General Discussion and Questions
Topic: Where is my script?
Replies: 1
Views: 1575

Where is my script?

Hi All, I wrote a small script on a m5stack which has micro:python flashed and is connected to my win10 64 box via putty. The way I created it was using write.file like: file = open("test.py","w") file.write("Test\n") file.write("\n") file.write("Test2\n") file.close() This went well without produci...
by ulros
Wed Apr 18, 2018 10:55 am
Forum: Drivers for External Components
Topic: ILI9340/ILI9341 TFT Display
Replies: 37
Views: 58675

Re: ILI9340/ILI9341 TFT Display

[quote=jeffm post_id=24418 time=1515245375 user_id=520] The github repository is: [url]https://github.com/jeffmer/micropython-ili9341[/url] [/quote] Hi, I am a newbie to all this and have a m5stack ESP32. I managed to install the following micro python firmware to it: https://github.com/loboris/Micr...