Skip to content

I/O error in segment.write_display()  #2

@dalek7

Description

@dalek7

잘 동작하다가 Error 발생 :

segment.write_display()
  File "/home/pi/work/repos/RaspberryPi/99-Lab/Adafruit7Segment/HT16K33.py", line 96, in write_display
    self._device.write8(i, value)
  File "/home/pi/.venv/py36tfk/lib/python3.6/site-packages/Adafruit_GPIO-1.0.3-py3.6.egg/Adafruit_GPIO/I2C.py", line 116, in write8
  File "/home/pi/.venv/py36tfk/lib/python3.6/site-packages/Adafruit_PureIO-0.2.3-py3.6.egg/Adafruit_PureIO/smbus.py", line 256, in write_byte_data
OSError: [Errno 121] Remote I/O error

장치는 잘 붙어있음

$ i2cdetect -y 1
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: 40 -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: 70 71 -- -- -- -- -- --

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions