How do I transfer data to multiple screens?

I want to use same global value for different screens. for example I have to pass the data of the value 1 (this is in screen 1) and use it to make other data for the value 1 on screen 2 and transfer this data(for the value 1) back to screen 1. I have currently 6 screens right now, so is there a way to transfer those data freely?

Use a TinyDB.

Example:

2 Likes

Hi, I recommend you to use virtual screen , a simple way to have a lot of screens without spend memory and create multiple variable/data .
Anyway, you can use open another screen with value or use tinyDb to retrieve data saved locally .

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.