Raymond Verbruggen

Results 80 comments of Raymond Verbruggen

Update: Using v9.1 rotation does not work on both boards. In v9.2 rotation works fine on both boards, however it is strange that rotation of 90 degrees (board #1) and...

Reopening because it might be a bug that 90 resp 270 degrees rotation is needed instead of 0 resp 180 degrees.

@kisvegabor I already use the latest version that is shown in Arduino library manager, do you have an indication when to expect release 9.3? I prefer to only use released...

Hi @kisvegabor it is not solved, not by 9.2.1 nor 9.2.2. How do I reopen it? It becomes even more strange when I implement touch to the dispaly... ![image](https://github.com/user-attachments/assets/8d4f0cd5-ebf3-4f80-aa02-42f1d6c1f7f9) I...

I did not rotate the image itself, I rotate the display object via `lv_display_set_rotation(disp, LV_DISPLAY_ROTATION_270);`. The image it is part of the active screen like labels, buttons, etc. ``` void...

If I don't swap this is the result... ![IMG_9322](https://github.com/user-attachments/assets/17c86960-43aa-4552-ac7d-d32dd881824a) Above you mentioned using `lv_draw_sw_rotate`, why did you mention that?

I am still curious about the example...

This week I will test the updated docs with my setup, thanks!

I tried to test your example but it does not work at all. Updated the set rotation function with the callback hook: ``` void gui_set_rotation(int rot) { switch (rot) {...

I will provide this infomation this weekend. I will remove all non-related stuff from my current project and test the basics setup first. Thank you!!