M5 MicroPython Library documentation
-
Hello
Python is cool, so in the interface you can type :
import M5 help(M5)
So you have a list of all M5 Library Content, such as :
help(M5.Display) # I find the fillCircle function :) M5.Display.fillCircle(20, 20, 10, 0xFF0000) # And I draw a red ball :)
But I had to guess the arguments of the fillCircle function :(
Is there a way to have a complete documentation of the libraries ? Cause we have not the full prototype :
help(M5.Display.fillCircle) # object <bound_method> is of type bound_method
-
So ?
-
The most complete reference is in the Micropython website and git hub but I also have partial references here: https://github.com/Ajb2k3/Sample_UIFlow_Code
-
I'm talking about the M5 librairies
-
That’s coming but there are differences in the various versions and so collect them is a challange. The UIFlow2 version with the drivers