mpf-mc icon indicating copy to clipboard operation
mpf-mc copied to clipboard

Multi display update

Open qcapen opened this issue 6 years ago • 3 comments

Restore multiple display instance updates. This solution leads to unnecessary redrawing whenever there is more than one display widget with the same display source, but in other situations adds no overhead.

qcapen avatar Apr 07 '18 23:04 qcapen

I messed around with adding a new Callback that only is called on update. The biggest issue is I could not get it to build outside of Kivy as the dependencies were not designed to be derived from in an outside project. This meant customizing Kivy which I really didn't want to get into in this release. May revisit in the near future.

qcapen avatar Apr 07 '18 23:04 qcapen

Cool. Maybe we can try to upstream the new callback on ask_update or how it's called? I will test this later on my machine.

jabdoa2 avatar Apr 08 '18 08:04 jabdoa2

i need to test this again. last time it did not work for me

jabdoa2 avatar Oct 28 '18 15:10 jabdoa2