-
| 
         As the title says, how can i connect my LCD on the 2nd I2C bus (wire1)?  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            davetcc
          
      
      
        Jun 29, 2023 
      
    
    Replies: 1 comment 2 replies
-
| 
         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: Otherwise, if using with tcMenu it would be as simple as:  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
      Answer selected by
        tomelgato
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
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:
Otherwise, if using with tcMenu it would be as simple as: