pi-top / pi-top-Python-SDK

pi-top's Python SDK (pitop package)
Apache License 2.0
28 stars 4 forks source link

Add virtual miniscreen (display and buttons) web interface #505

Open m-roberts opened 2 years ago

m-roberts commented 2 years ago

I am imagining this as a backend of the miniscreen class - it could be configured to output to display/web/imgcat/pygame, etc. An alternative would be to provide it as a swap-out replacement for pitop.miniscreen.Miniscreen

This is obviously a different paradigm to other web interfaces in the SDK, but the advantage of doing this separately for the miniscreen is that this would be great for rapid debugging, local development (no pi-top), etc.

hramrach commented 1 year ago

Ins't this the same as #485 ?

m-roberts commented 1 year ago

Closed #485 in favour of this one. Thanks @hramrach