glasses mapping condition
Co-authored-by: Mark <56205165+gamblor21@users.noreply.github.com>
This commit is contained in:
parent
57ed59508e
commit
9282b231de
1 changed files with 2 additions and 1 deletions
|
|
@ -243,6 +243,7 @@ class IS31FL3741:
|
|||
:return: None
|
||||
"""
|
||||
for pos, data in enumerate(buffer):
|
||||
if mapping[pos] != 65535:
|
||||
self[mapping[pos]] = data
|
||||
self.show()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue