-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cursor marker #251
Comments
only by changing the u8g2 driver to print as text style and yet use u8g2 print functions
They should be on wiki... however comments might be helpful, bgColor - definition of background colors (see line description bellow) each line contains values in two groups for disabled and enabled items first group, disabled item colors second group, enabled item colors for use when normal, selected or editing the above table show a mono-chrome color table (colors only 0 or 1) but the color format depends on the device, always on the same order. note: some combinations might have no expression on some drivers |
Ok, therefore the u8g2 driver is only supporting the cursor by changing the backgroundcolor of the row. I already read the comments. But I do not understand way I can disable the item color with two values. |
no, you do not disable the item color, that color definition is for the menu system to use when drawing disabled item, items are enabled/disabled by the code p.s. if it helps there is still a graphic driver that uses a text cursor |
I got my u8g2 Display working!
Currently the cursor marks the line by changing the background colour.
How can I change it back to have a marker in the front of the line like:
Additionally I do not understand who to configure the following struct. Is there a HowTo?
The text was updated successfully, but these errors were encountered: