Improved Last Heard functionality questions

VK3KYY
Posts: 7486
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Improved Last Heard functionality questions

Post by VK3KYY » Sun Jan 12, 2020 5:37 am

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.

Image

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

Image

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
LH_2.png
LH_2.png (3.71 KiB) Viewed 4409 times
3. Callsign + time (minutes) since last heard
LH_3.png
LH_3.png (3.78 KiB) Viewed 4409 times

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.]


User avatar
F1RMB
Posts: 2518
Joined: Sat Nov 16, 2019 5:42 am
Location: Grenoble, France

Re: Improved Last Heard functionality questions

Post by F1RMB » Sun Jan 12, 2020 6:00 am

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.

IK8JHL
Posts: 107
Joined: Tue Dec 10, 2019 11:19 am

Re: Improved Last Heard functionality questions

Post by IK8JHL » Sun Jan 12, 2020 7:24 am

I only use the TalkerAlias ​​and these are the results, I hope help for test
This is Result of Daniel's Firmware
Attachments
Daniel.png
Daniel.png (1.98 KiB) Viewed 4388 times
Daniel_SK1.png
Daniel_SK1.png (1.86 KiB) Viewed 4388 times
Last edited by IK8JHL on Sun Jan 12, 2020 7:26 am, edited 1 time in total.

IK8JHL
Posts: 107
Joined: Tue Dec 10, 2019 11:19 am

Re: Improved Last Heard functionality questions

Post by IK8JHL » Sun Jan 12, 2020 7:25 am

And This Roger....Unfortunately with TalkerAlias ​​you don't have a good result
Attachments
RogerSK1.png
RogerSK1.png (2.57 KiB) Viewed 4388 times
Roger.png
Roger.png (2.12 KiB) Viewed 4388 times

User avatar
F1RMB
Posts: 2518
Joined: Sat Nov 16, 2019 5:42 am
Location: Grenoble, France

Re: Improved Last Heard functionality questions

Post by F1RMB » Sun Jan 12, 2020 7:29 am

IK8JHL wrote:
Sun Jan 12, 2020 7:25 am
And This Roger....Unfortunately with TalkerAlias ​​you don't have a good result
Yeah, the bad vertical offset bug was fixed, but now it vanished as I reverted the code in the merged PR.

User avatar
F1RMB
Posts: 2518
Joined: Sat Nov 16, 2019 5:42 am
Location: Grenoble, France

Re: Improved Last Heard functionality questions

Post by F1RMB » Sun Jan 12, 2020 7:30 am

F1RMB wrote:
Sun Jan 12, 2020 7:29 am
IK8JHL wrote:
Sun Jan 12, 2020 7:25 am
And This Roger....Unfortunately with TalkerAlias ​​you don't have a good result
Yeah, the bad vertical offset bug was fixed, but now it vanished as I reverted the code in the merged PR.
And I think the firmware are in reverse order, the one with small fonts was part of my PR ;)

User avatar
DU2XXR
Posts: 191
Joined: Thu Nov 28, 2019 5:25 am
Location: Philippines
Contact:

Re: Improved Last Heard functionality questions

Post by DU2XXR » Sun Jan 12, 2020 4:19 pm

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.

Image

VK3KYY
Posts: 7486
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: Improved Last Heard functionality questions

Post by VK3KYY » Sun Jan 12, 2020 10:28 pm

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.

User avatar
F1RMB
Posts: 2518
Joined: Sat Nov 16, 2019 5:42 am
Location: Grenoble, France

Re: Improved Last Heard functionality questions

Post by F1RMB » Mon Jan 13, 2020 2:58 pm

Hi,

Here is the latest version I've made about Last Heard menu.

Normal view (you get this also in TX Screen)
The attachment GD-77_screengrab-2020-01-13_15_49_02.png is no longer available
Details view.
GD-77_screengrab-2020-01-13_15_49_02.png
GD-77_screengrab-2020-01-13_15_49_02.png (1.22 KiB) Viewed 4283 times
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
GD-77_screengrab-2020-01-13_15_49_17.png (1.16 KiB) Viewed 4283 times

User avatar
F1RMB
Posts: 2518
Joined: Sat Nov 16, 2019 5:42 am
Location: Grenoble, France

Re: Improved Last Heard functionality questions

Post by F1RMB » Mon Jan 13, 2020 3:00 pm

Yeah, I lied, I used small font :D

Post Reply