Skip to content
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

Characters being deleted when changing backlight? #4

Open
nseidle opened this issue Oct 7, 2020 · 1 comment
Open

Characters being deleted when changing backlight? #4

nseidle opened this issue Oct 7, 2020 · 1 comment

Comments

@nseidle
Copy link
Member

nseidle commented Oct 7, 2020

(moved from OpenLCD issue reported by @mrmakeit)

Getting a weird bug whenever I try to change the backlight over I2C. Any time I do so, the screen will delete a character, usually the last one from the current message, though repeating the change will delete more and more characters. Any idea why this is happening?

import qwiic_serlcd
lcd = qwiic_serlcd.QwiicSerlcd()
lcd.begin()
lcd.setContrast(5)
lcd.clearScreen()
lcd.print("Hello World")
lcd.setBacklight(0,0,0)
#'d' should now disappear from 'World'
lcd.setBacklight(100,100,255)
#'l' should now disappear from 'World'

Tested on python3 with Qwiic_SerLCD_Py installed.

@CleoQc
Copy link
Contributor

CleoQc commented Oct 7, 2021

I am reproducing this bug.

Note that the bug does not happen with setFastBacklight()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants