Improved Last Heard functionality questions
Improved Last Heard functionality questions
Daniel has been working to improve the Last Heard screen to also display the TG of the signal and also the time (delta time) from when the signal was last heard.
However because the screen is very small, its difficult (or impossible) to display all the information at the same time.
Daniel's implementation is to use the SK1 button (Black button) to display different information on the Last Heard screen while the button is pressed.
Where the time and the TG number alternate every 1 second on the right side of the screen.
I tried this, and personally because I wear glasses that I found this too difficult to read, and proposed a simpler solution
Where when the SK1 is pressed and held, it changes the lines to show the TG and the time in minutes since the station was last heard
However, I'm not sure my option is ideal either.
So perhaps a third option, would be for the Last Heard screen to cycle between 3 different display types
1. Callsign + Name
(same as in the current version)
2. Callsign + TG 3. Callsign + time (minutes) since last heard
I've also posted Daniel's small text version and my version just with the TG and the time when SK1 is pressed, as examples of possibilities.
However, I do not think I can accept the version with the small text as I've already had feedback from a few testers saying they don't like it.
However because the screen is very small, its difficult (or impossible) to display all the information at the same time.
Daniel's implementation is to use the SK1 button (Black button) to display different information on the Last Heard screen while the button is pressed.
Where the time and the TG number alternate every 1 second on the right side of the screen.
I tried this, and personally because I wear glasses that I found this too difficult to read, and proposed a simpler solution
Where when the SK1 is pressed and held, it changes the lines to show the TG and the time in minutes since the station was last heard
However, I'm not sure my option is ideal either.
So perhaps a third option, would be for the Last Heard screen to cycle between 3 different display types
1. Callsign + Name
(same as in the current version)
2. Callsign + TG 3. Callsign + time (minutes) since last heard
I've also posted Daniel's small text version and my version just with the TG and the time when SK1 is pressed, as examples of possibilities.
However, I do not think I can accept the version with the small text as I've already had feedback from a few testers saying they don't like it.
- Attachments
-
[The extension sgl has been deactivated and can no longer be displayed.]
-
[The extension sgl has been deactivated and can no longer be displayed.]
Re: Improved Last Heard functionality questions
Hi,
As I wrote in the comments in the previous PR on github, the next PR won't use small fonts.
About the callsign + TG, I think that will be problematic, since callsigns are, most of the time, long, and TG_xxxxx will overlap (five digits TG are quite common here).
I think default LH should display callsign + 1st part of the TA, if possible (if it's not 'DMR ID:'), possibly first part only if that fits the 16 chars space (like first name only if a space in found before the 16th char), and on SK1, display TG + x min.
Cheers.
As I wrote in the comments in the previous PR on github, the next PR won't use small fonts.
About the callsign + TG, I think that will be problematic, since callsigns are, most of the time, long, and TG_xxxxx will overlap (five digits TG are quite common here).
I think default LH should display callsign + 1st part of the TA, if possible (if it's not 'DMR ID:'), possibly first part only if that fits the 16 chars space (like first name only if a space in found before the 16th char), and on SK1, display TG + x min.
Cheers.
Re: Improved Last Heard functionality questions
I only use the TalkerAlias and these are the results, I hope help for test
This is Result of Daniel's Firmware
This is Result of Daniel's Firmware
- Attachments
-
- Daniel.png (1.98 KiB) Viewed 5036 times
-
- Daniel_SK1.png (1.86 KiB) Viewed 5036 times
Last edited by IK8JHL on Sun Jan 12, 2020 7:26 am, edited 1 time in total.
Re: Improved Last Heard functionality questions
And This Roger....Unfortunately with TalkerAlias you don't have a good result
- Attachments
-
- RogerSK1.png (2.57 KiB) Viewed 5036 times
-
- Roger.png (2.12 KiB) Viewed 5036 times
Re: Improved Last Heard functionality questions
And I think the firmware are in reverse order, the one with small fonts was part of my PR
Re: Improved Last Heard functionality questions
I would suggest something like:
CALLSIGN Time Elapsed
Where time elapsed can be displayed as short as possible, eg
4I1RAC 1m
VK3KYY 2m
W0RMT 30m
4I1AYZ 1h
VK1MV 1.5h
etc.
Then an option to press green on that particular entry to view details like time elapsed, talker alias data, and talkgroup.
The TYToolz firmware for MD380/390 displays it as small font, although its screen is higher resolution.
CALLSIGN Time Elapsed
Where time elapsed can be displayed as short as possible, eg
4I1RAC 1m
VK3KYY 2m
W0RMT 30m
4I1AYZ 1h
VK1MV 1.5h
etc.
Then an option to press green on that particular entry to view details like time elapsed, talker alias data, and talkgroup.
The TYToolz firmware for MD380/390 displays it as small font, although its screen is higher resolution.
Re: Improved Last Heard functionality questions
We can't display the actual time as the radio does not have a real time clock chip on it or have a way to use the CPU to keep time when the radio is physically turned off.
Re: Improved Last Heard functionality questions
Hi,
Here is the latest version I've made about Last Heard menu.
Normal view (you get this also in TX Screen) Details view. About the first name, the code tries to extract the first block, if possible. So if user has such "CALLSIGN John D", the 'D' will be dropped.
To toggle between normal and details, press SK1 (black button).
Please note: I reverted the behaviour of SK1 button in this modified version, so no beep, no long press, etc.
Cheers.
Here is the latest version I've made about Last Heard menu.
Normal view (you get this also in TX Screen) Details view. About the first name, the code tries to extract the first block, if possible. So if user has such "CALLSIGN John D", the 'D' will be dropped.
To toggle between normal and details, press SK1 (black button).
Please note: I reverted the behaviour of SK1 button in this modified version, so no beep, no long press, etc.
Cheers.
- Attachments
-
- GD-77_screengrab-2020-01-13_15_49_17.png (1.16 KiB) Viewed 4931 times
Re: Improved Last Heard functionality questions
Yeah, I lied, I used small font