sco1 / skyportal

A PyPortal based flight tracker
MIT License
1 stars 0 forks source link

Investigate touch functionality #3

Closed sco1 closed 1 year ago

sco1 commented 1 year ago

Since we do have a touchscreen, what kinds of things could be added?

sco1 commented 1 year ago

As chronicled in #9, full capabilities might be a little far away. While we work on that it's probably best to work on the touchscreen stuff in a sync manner to get some experimenting going.

For now I think we can change the current loop to wait for touch input & just keep track of time to periodically refresh the aircraft data so there are chunks of time to mess around with the touchscreen.

sco1 commented 1 year ago

With 199097b94c592005f251dc2f18bfee1bdbffa97d I think this is at a good starting point