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
I have I2C connected LCD on gen6 (ywrobot - I2C expander). However the compilation fails due to missing declaration pins (BL_MI etc) in marlin and ultrlcd files.
Sofar enabling LCD automatically supposes that there are buttons which is not true in display ONLY configuration.
I did some modification in my tree to enable button less build and to enable I2C LCD support (https://github.com/zdar/Marlin/). The I2C LCD part is working. There are some stubs for I2C expander based encoder/buttons which I plan to add later on.
The text was updated successfully, but these errors were encountered:
I have I2C connected LCD on gen6 (ywrobot - I2C expander). However the compilation fails due to missing declaration pins (BL_MI etc) in marlin and ultrlcd files.
Sofar enabling LCD automatically supposes that there are buttons which is not true in display ONLY configuration.
I did some modification in my tree to enable button less build and to enable I2C LCD support (https://github.com/zdar/Marlin/). The I2C LCD part is working. There are some stubs for I2C expander based encoder/buttons which I plan to add later on.
The text was updated successfully, but these errors were encountered: