It would be amazing to have a way to rotate a set of graphs.
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 ;)
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.
@hawkz - you should try the new carousel layout in blessed-contrib 2.0.0. might also be useful for some of @piranna use cases.