Skip to content

Possible colour blind mode for FT8 text log? #354

@andylsun

Description

@andylsun

I'm red/green colour blind and ended up modifying the font_table in sbitx_gtk.c so I could see my call sign stand out in the list. With the default colour scheme I can't pick out my call sign in the log at all, it just blends in with all the other green call signs. Edit: I didn't realize MYCALL was set to a different colour until I made this change...

{FONT_FT8_TX, 0.3, 0.3, 1, "Mono", 11, CAIRO_FONT_WEIGHT_NORMAL, CAIRO_FONT_SLANT_NORMAL},
{FF_MYCALL, 0.6, 0.6, 1, "Mono", 11, CAIRO_FONT_WEIGHT_NORMAL, CAIRO_FONT_SLANT_NORMAL},

This gives a purple colour to MYCALL and a blue for FT8_TX which stands out much better in the wall of red/green currently in the FT8 display.

Would we be able to have an optional second font_table that can be configured either via a CLI switch or a setting. I didn't want to try to hack in the code and make a messy change.

thanks

Andy - KC1WCH

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions