Cool video I tiered it is working but when I off-ON the Wio terminal it is not working again I need to run from Visual Studio then only it is running how to solve it?
Just curious, how do you know which python packages can be used with Micropython? For example, is it possible to import pygame, or other graphics libraries like vtk, tkinter but have it render to the WioTerminal's 2.4" 320x240 screen... assuming you wrap the graphing calls to be ILI9341 compatible?
Excellent video!👍😉
Thanks Gaz!
I like this WIO terminal so will take a look myself.
Somehow this comment was withheld for review. I just saw it.
Very nice and detailed video...Thank you!
Great video. Thank you! Tons of ideas from here.
Thanks. There are loads of options on that small device.
Great video. I just got my Wio Terminal a week ago.
Thanks. That's great! You can start make some cool stuff.
great video , and great tutorial , i have tested circuitpython on my wio terminal but not ardupy, i will surely give it a try
Good stuff!
Thanks Geo! I appreciate it.
Only ArduPY has such display performance.
Yes, for sure. I have never seen faster rendering than Wio Terminal with ArduPy on other devices.
Why don't you turn off autocomplete, if you don't use it? It is so annoying for me to watch 0 autocompletes in half an hour. :) The tutorial is good.
Thanks for the tip. I will try to remember for my next video.
Cool video I tiered it is working but when I off-ON the Wio terminal it is not working again I need to run from Visual Studio then only it is running
how to solve it?
Just curious, how do you know which python packages can be used with Micropython?
For example, is it possible to import pygame, or other graphics libraries like vtk, tkinter but have it render to the WioTerminal's 2.4" 320x240 screen... assuming you wrap the graphing calls to be ILI9341 compatible?
I just used the modules that are compiled into ArduPy. I don't try importing external modules.
I got "pystack exhausted" on my WIO. How do I fix this? Do I need to switch from CircuitPython to ArduPy?