blessed-contrib icon indicating copy to clipboard operation
blessed-contrib copied to clipboard

It would be amazing to have a way to rotate a set of graphs.

Open hawkz opened this issue 10 years ago • 2 comments

Totally selfish I know... I was thinking of using this with a Raspberry Pi and TFT shield, but I'd only be able to show one graph at a time.

If there was a way to have pass a set of objects with an interval, it would be possible to create hugely rich interfaces, even in 320x240 ;)

hawkz avatar Mar 26 '15 15:03 hawkz

hi @hawkz

If I understand correctly you seek for a carousel layout? such that it automatically moves to next widget every few seconds? That would be a great feature! Meanwhile I think you can implement a basic version of it in your code. every x seconds recreate the whole screen with a different widget.

yaronn avatar Mar 26 '15 18:03 yaronn

@hawkz - you should try the new carousel layout in blessed-contrib 2.0.0. might also be useful for some of @piranna use cases.

yaronn avatar Apr 05 '15 23:04 yaronn