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.