sarahemm / arduino-as1115

Arduino library to control the austriamicrosystems AS1115 LED driver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

digitWrite decodes even if decoding is disabled

sarahemm opened this issue · comments

commented

The digitWrite routine performs decoding in certain cases even if the digit being written to has decoding set off (RAW), which corrupts the output.

commented

To fix this, we'll need to make the library keep track of which digits have decoding turned on or off, and bypass the decoding in digitWrite for digits that have decoding off.

commented

Code written for the fix, still needs to be tested.