You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,10 @@ A collection of functionality-related constants is specified in `skyportal_confi
69
69
|`GEO_ALTITUDE_THRESHOLD_M`| Skip drawing aircraft below this GPS altitude, meters |`20`|
70
70
71
71
## Touchscreen Functionality
72
-
**NOTE:** Due to the lack of an available asynchronous requests library for CircuitPython, the call to the OpenSky API is blocking and will block touchscreen functionality until a response is obtained. An attempt will be made to reflect the current blocking status in all UI elements, indicating to the user that their touch inputs can't be processed.
72
+
**NOTE:** Due to the lack of an available asynchronous requests library for CircuitPython, the call to the OpenSky API is blocking and will block touchscreen functionality until a response is obtained. An attempt is made to reflect the current blocking status in all UI elements, indicating to the user that their touch inputs can't be processed.
73
+
74
+
### Aircraft Information
75
+
Tapping on an aircraft icon will display state information for the aircraft closest to the registered touch point.
73
76
74
77
### Screenshot
75
78
If enabled in the SkyPortal configuration file, a screenshot button is created in the lower left, allowing the user to take a screenshot to SD card storage. The device utilizes a rolling storage, keeping the `n` most recent screenshots and discarding the oldest screenshot if above this threshold.
0 commit comments