Skip to content

Commit f2f10b7

Browse files
committed
refactor(mcp23009e): Migrate menu_navigation example to steami_screen.
1 parent 92f0982 commit f2f10b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/mcp23009e/examples/menu_navigation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
# Setup MCP23009E on I2C bus
2828
i2c = I2C(1)
2929
reset_expander = Pin("RST_EXPANDER", Pin.OUT)
30+
reset_expander.value(1)
3031
mcp = MCP23009E(i2c, address=MCP23009_I2C_ADDR, reset_pin=reset_expander)
3132

3233
# Setup SSD1327 display on SPI bus

0 commit comments

Comments
 (0)