UiFlow V1.14.1 does not show Display (Module) under the list of modules when Core2 is selected as a device. It does show Display as a module when Core or Fire is selected. Based on the documentation Core2 should be supported.
J
Latest posts made by jiiveekoo
-
Support for Display Module 13.2 missing from Uiflow V1.14.1 for Core2
-
UiFlow m5Img does not seem to support type=hdmi (display module 13.2)
I am using Uiflow V1.14.0 with Core2.
My code is
display_module_image0 = M5Img(0, 0, "res/image.png", True, type=hdmi)
I am getting the following error
Traceback (most recent call last):
File "<stdin>", line 230, in <module>
TypeError: unexpected keyword argument 'type'M5Triangle and M5TextBox work fine and show up on external screen so the libraries seem to be loaded ok.
Uiflow V1.14.0 for Core2 does not have display module at all in the list of modules so I have had to use the execute code -block to insert this code.