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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login