Skip to content

LiquidCrystalIO on 2nd i2c bus #192

Answered by davetcc
tomelgato asked this question in Q&A
Discussion options

You must be logged in to vote

If you're using Ioabstraction stand-alone, just use the constructor that allows you to provide a different wire implementation:

https://github.com/davetcc/LiquidCrystalIO/blob/master/src/LiquidCrystalIO.h#L88

IE that would probably be:

 LiquidCrystal(uint8_t rs, uint8_t rw, uint8_t en, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3,
              LiquidCrystal::BackLightPinMode mode, IoAbstractionRef ioMethod);

Otherwise, if using with tcMenu it would be as simple as:

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@davetcc
Comment options

@tomelgato
Comment options

Answer selected by tomelgato
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants