LCD-Smartie / LCDSmartie

The New Official LCD Smartie Repository (LCD Smartie Lazarus port)
GNU General Public License v2.0
36 stars 5 forks source link

Parcially cleaned LCD screen when turning off PC #21

Closed Labrat-alter closed 10 months ago

Labrat-alter commented 11 months ago

I have a problem when I turn off my PC and LCDSmartie still runs and the LCD is still active, my computer turns off but the LCD partially cleans (two out of four lines and about six out of twenty characters) and stays in that state. Probably application is forced to close during shutdown procedure.

stokie-ant commented 11 months ago

What display driver are you using? Does this only happen during shutdown or does it happen when manually closed also?

Labrat-alter commented 11 months ago

I'm using LCD2USB, Yes it's only happening during shutdown if I manually close LCD Smartie screen goes completely clean.

stokie-ant commented 11 months ago

OK, I have an LCD2USB device. I'll take a look and get back to you

stokie-ant commented 11 months ago

I've taken a look but unfortunately I cant reproduce this. It seems to work fine with a 2x16 display but I don't have a 4 line to test with. Does the shutdown message get partially written?

Labrat-alter commented 10 months ago

The shutdown message is written completely each time and It seems like the problem is solved.