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
Trying to hack Pi1541 to work with an old RPi1B rev2, SSD1306 screen on i2c1, and the simple "Option A" cable.
Noticed that in options.cpp, line 327, the variable i2cBusMaster is set to 0 if the options.txt parameter SplitIECLines is set to 0, effectively overriding the i2cBusMaster setting from options.txt.
Worked around it by simply commenting out line 327.
I'm no programmer, can't say if my workaround is the right way to do it. Leaving it to someone with the right knowhow to commit a proper fix if desired.
The text was updated successfully, but these errors were encountered:
Trying to hack Pi1541 to work with an old RPi1B rev2, SSD1306 screen on i2c1, and the simple "Option A" cable.
Noticed that in options.cpp, line 327, the variable i2cBusMaster is set to 0 if the options.txt parameter SplitIECLines is set to 0, effectively overriding the i2cBusMaster setting from options.txt.
Worked around it by simply commenting out line 327.
I'm no programmer, can't say if my workaround is the right way to do it. Leaving it to someone with the right knowhow to commit a proper fix if desired.
The text was updated successfully, but these errors were encountered: