I'm trying to use this library to display info on two seperate, identical 2.8" displays with an Arduino mega 2560. Display 1 has CS pin on Arduino pin 47. User_Setup has been changed to reflect this (#define TFT_CS 47 // Chip select control pin). Display 1 works as it should. My question is how to use display 2. Display 2 CS is on Arduino pin 46. What do I need to change or add to get display 2 to work.
Keep in mind that I am very new to Arduino programming.
Thanks
I'm trying to use this library to display info on two seperate, identical 2.8" displays with an Arduino mega 2560. Display 1 has CS pin on Arduino pin 47. User_Setup has been changed to reflect this (#define TFT_CS 47 // Chip select control pin). Display 1 works as it should. My question is how to use display 2. Display 2 CS is on Arduino pin 46. What do I need to change or add to get display 2 to work. Keep in mind that I am very new to Arduino programming. Thanks