<font face="Arial, Verdana">#define UI_KEYS_I2C_BUTTON_LOW(pin,action) if((keymask & pin)==0) action=action;</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">in ui.h</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">u8glib is a independent display solution for graphic displays, which is why it has it's own I2C implementation. Normally you use the HAL-Version.</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">For MCP23017 you have to configure which pins are in and out pins otherwise read will not show what you expect.</font>
<font face="Arial, Verdana">
</font>