Hello
configuration: M5PaperS3 , UIflow2 V2.3.3 (micropython 1.15)
using rotation(3) , ie:
Widgets.setBrightness(150)
Widgets.fillScreen(0x000000)
Widgets.setRotation(3)
Display.drawJpg("my_file.jpg", 0, 0, 0, 0, 0, 0, 1, 1)
CRASHES the M5PaperS3 (disconnect from usb and reboot)
I tried with other file and always get a crash with rotation 3
NOTE that all other rotations (0,1,2) works perfectly, INCLUDING with "my_file.jpg"
all the file I used have been resize to the M5PaperS3 screen size.
there is definitely something bad with rotation 3
Please help, having the 4 rotation is critical for my project
Thanks in advance
Pascal Boudalier