Working with multiple screens on Core2 and UIFlow 2.x firmware
-
With the UIFlow 1.x Micropython firmware it was possible to work with multiple screens using the
M5Screenclass.How can this be done with the UIFlow 2.x firmware? I see there is a
Displayclass in theM5module and some functions which look interesting:Displays() addDisplay() getDisplay() getDisplayIndex() getDisplayCount() setPrimaryDisplay()I couldn't find the documentation for these functions. Are there any docs explaining how to use them or some example code?