Graphing calculator
-
Hey,
is it possible to program a graphing calculator with micropython using the keyboard? I already have a code for a graphing calculator. I used Python. How can I use it with the m5stack?
Thank you, I'm a total beginner! -
hi , if you want to use Face Devide program a graphing calculator application , you can use UIFlow to program it.
-
Thanks for the reply.
Is there no way of doing it with micropython? -
@bitboy01 actually UIFlow can use Blockly and Micropython two program way
-
@BitBoy01 You can do raw micropython with VS Code and M5Stack plugin
UIFlow allows to code directly with micropython too but I had no success saving code on HDD and its not convinient for me at all.
-
okay, I installed UIFlow on the M5Stack and I have VS Code now. How can I change the code so that it works on the M5Stack? Do all python modules work micropython?
-
github readme will show you how to start programing with VSCode
-
this is literally what I needed. thank you very much!