Closed erichiggins closed 1 year ago
I think this is an issue with many of the more complex controls. The gui makes extensive use of color. Greyscale monochrome displays work fairly well, but 1-bit monochrome displays don't. Perhaps I should point this out in the docs. 1-bit displays are OK for the simpler controls, but supporting the more complex controls would require substantial redesign.
I can't envisage undertaking this: I don't believe there is significant demand. Feel free to create your own fork!
My setup:
Issue details:
Note: The lack of monochrome support may affect other widgets as well, though I have only run into it with Listbox so far.
The Listbox widget only supports an alternate
bgcolor
to indicate which item is selected. There are two issues with this:Alternative suggestions
There are a few other ways to approach this problem and resolve the issue for monochrome displays:
fgcolor
andbgcolor
INVERT
withincolors.py
to trigger this within the widget by definingselect_color=INVERT
>
or-
) to prepend to the selected item in the list