swilson / aqualogic

A python library to interface with a Hayward/Goldline AquaLogic/ProLogic pool controller.
MIT License
40 stars 17 forks source link

display update: on prologic display flashing characters set bit 7 #11

Open b3nj1 opened 2 years ago

b3nj1 commented 2 years ago

I don't know if this is universal to all controllers. On my system, I see that when a character is flashing on the display, 128 is added to the character code. This PR removes bit 8 from the display character.

If this is unique to some systems, how should that be differentiated in the code?

Thanks, Benjamin