@felmue
Thanks Felix.
All my files are 960x540.
Displaying only 959x 539 for rot 3 fixed the crash problem (do not ask me why)
Displaying the same image 960x540 with rot 1 is OK.
good enough for me!
@felmue
Thanks Felix.
All my files are 960x540.
Displaying only 959x 539 for rot 3 fixed the crash problem (do not ask me why)
Displaying the same image 960x540 with rot 1 is OK.
good enough for me!
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
Thanks for that.
Do you know where to find the papers3 micropython documentation ? I prefer to write directly in micropython (vs uiflow), as I have already an application I would like to port to the papers3.
Thanks
P Boudalier
Hello ..
Is there a documents of micropython for papers3. I mean the display specific stuff, how to display a bitmap, how to read the touch display, etc ..
I have an application on an esp32 attached to an epaper, which I would like to port to the paper s3
Thanks