Page 1 of 1

Re: Alternate Colours for OSD?

Posted: Thu Jun 25, 2020 4:05 am
by colonel panic
I would also love for this to be an option. Either straight black and white or the ability to define hex (or rgb or whatever) values for menu colors in the mister.ini

Re: Alternate Colours for OSD?

Posted: Thu Jun 25, 2020 2:28 pm
by retrorepair
I agree, certain colours can be easier on aging eyes :)

Re: Alternate Colours for OSD?

Posted: Sat Jun 27, 2020 2:34 pm
by SwedishGojira
I would love to be able to define this on a core to core basis. Like red fir Nintendo cores, blue for Sega etc.

Re: Alternate Colours for OSD?

Posted: Tue Jul 21, 2020 4:45 pm
by ash2fpga
I think being able to "color code" cores could be great for usability (wait, what core did I just load?) and the overall experience.

Re: Alternate Colours for OSD?

Posted: Wed Aug 19, 2020 8:14 pm
by Zesty
I think this would be extremely helpful for people who need (or prefer) higher-contrast colors in their UI. I'm not sure what the best way to implement it would be (maybe an ini option to avoid adding more to the menus) but it would be a worthwhile addition.

Re: Alternate Colours for OSD?

Posted: Sat Jan 16, 2021 1:42 pm
by LamerDeluxe
Sounds like a great idea to me.

Re: Alternate Colours for OSD?

Posted: Tue Apr 13, 2021 8:53 pm
by siskavard
Just chiming in here to say alternate OSD color options would be a great addition.

Re: Alternate Colours for OSD?

Posted: Wed Apr 14, 2021 9:16 am
by jimmystones
It's certainly not an impossible task, but it would be a fair amount of work! The code that draws the OSD is part of the framework on the FPGA side, so even if the ability to read a custom colour from the INI and send it to the core was added to Main, you'd still have to update the framework in every single core to take advantage of it - and it would have to be done carefully to ensure it didn't break anything in a core that hadn't yet been updated.

Re: Alternate Colours for OSD?

Posted: Wed Apr 21, 2021 5:18 am
by Moondandy
I really like this idea, I added a ticket in for a feature request so maybe someone will pick it up.
https://github.com/MiSTer-devel/Main_MiSTer/issues/386