-
Notifications
You must be signed in to change notification settings - Fork 231
Implement rich text #272
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
Comments
This is one of the limitations, each letter currently occupies 8 bits with 1 bit always 0. We don't have enough space to implement font styles in the badge |
I can implement some of these features but, doesn't color depend on the hardware? |
Yes color does depend on the hardware. I don't have a doc of the hardware and the apis it produces. We can only test it with the original application (lsled) which you can find on the play store and using wireshark. What 'some' features are you planning to implement? Because if you see my last comment, there will be a lot of difficulty viewing style change due to the fixed amount of pixels we have. |
This comment was marked as off-topic.
This comment was marked as off-topic.
It is correct that the display of different fonts is limited and that font features will be scaled down massively on the display of the badge. However, the proprietary apps, e.g. on Windows have font options and the display does change. So, an implementation is possible. |
The screen could have options like font, font size etc. Please implement it.
The text was updated successfully, but these errors were encountered: