Tileview loop switching

Important: unclear posts may not receive useful answers.

Before posting

  • Get familiar with Markdown to format and structure your post
  • Be sure to update lvgl from the latest version from the master branch.
  • Be sure you have checked the FAQ and read the relevant part of the documentation.
  • If applicable use the Simulator to eliminate hardware related issues.

Delete this section if you read and applied the mentioned points.

Description

I have registered five pages in tileview: {{0,0}, {0,1}, {0,2}, {0,3}, {1,0}. How can I switch between {0,0} and {0,3}, that is, loop switching? Additionally, I need to ensure that all pages in the first column can switch left and right from the pages in the second column

What MCU/Processor/Board and compiler are you using?

What LVGL version are you using?

What do you want to achieve?

What have you tried so far?

Code to reproduce

Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.

The code block(s) should be formatted like:

/*You code here*/

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.

Looping is not supported by the Tile view at this moment. :frowning:

OK, Is there a good way to switch left and right between a page in the second column and all pages in the first column?

Sorry but I don’t understand the question. :frowning: Could you give an example?