Where is the reference of m5ui?
-
I just started developing with M5Flow.
(Python mode. not Blocky.)I want to know the details of m5ui, but I could not find the information.
Specifically, I want to know the properties and methods of objects such as M5Rect. -
@koichimatsui said in Where is the reference of m5ui?:
I just started developing with M5Flow.
(Python mode. not Blocky.)I want to know the details of m5ui, but I could not find the information.
Specifically, I want to know the properties and methods of objects such as M5Rect.I'm working on a reference at the moment. I'm just playing around to get the information on each function.
Generally, they have size, colour, a position within a 320x240 screen space, and a layer height.
-
m5ui write by c, code in here:
https://github.com/m5stack/M5Stack_MicroPython/tree/master/MicroPython_BUILD/components/micropython/esp32/libs/m5ui -
@ajb2k3 Hi ajb2k3. Thank you for your comment.
-
@heybin Hi heybin. Thank you for your information! I'll read it.