-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[BUG]ILI9341 display error #5256
Comments
Does this also happen if font scaling is set to 1? (Some fonts have their height setting either 0 or have an off-by-1 error) NB: This behavior is dependent on the 'Background-fill for text' setting. |
Just tested it. |
@hrikken
Have you tested with that setting enabled and disabled? I've just tried to reproduce your report (used a very similiar ILI9342 in an M5Stack unit, with command The fact it is or isn't changing the top-most line of the display often depends on the manufacturer of the display, it seems, as some cover (or disconnect...) the top-most line of the display, and others don't. The effect can be simulated by using line 1 and 2 with the If you want to print text 'on top' of an image, with the image shining through, you should use the |
Describe the bug
When text is written on the first line (via the plugin)the topmost pixelrow is always set to the background color (e.g. blacked-out). This renders the characters in the first line distorted.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Display the time on the first line and refresh every second
Error
The topmost pixelrow is set in background color (or cleared?).
Used platform :
Platform Specifics (when applicable, please complete the following information):
The text was updated successfully, but these errors were encountered: