You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I start start.py with the commando python2 start.py is get the error:
Traceback (most recent call last):
File "start.py", line 117, in
display = i2c_display.i2c_display(I2C_DISPLAY_ADDRESS, LCD_ROWS, LCD_COLUMNS, TEMPORARY_SCREEN_PERIOD, SCROLLING_PERIOD)
File "/root/RuneAudioLCD-master/display.py", line 20, in init
self.lcd_initialize()
File "/root/RuneAudioLCD-master/i2c_display.py", line 102, in lcd_initialize
self.lcd_device = i2c_device(self.address)
File "/root/RuneAudioLCD-master/i2c_display.py", line 79, in init
self.bus = smbus.SMBus(port)
IOError: [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered:
When I start start.py with the commando python2 start.py is get the error:
Traceback (most recent call last):
File "start.py", line 117, in
display = i2c_display.i2c_display(I2C_DISPLAY_ADDRESS, LCD_ROWS, LCD_COLUMNS, TEMPORARY_SCREEN_PERIOD, SCROLLING_PERIOD)
File "/root/RuneAudioLCD-master/display.py", line 20, in init
self.lcd_initialize()
File "/root/RuneAudioLCD-master/i2c_display.py", line 102, in lcd_initialize
self.lcd_device = i2c_device(self.address)
File "/root/RuneAudioLCD-master/i2c_display.py", line 79, in init
self.bus = smbus.SMBus(port)
IOError: [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered: