Bodmer / TFT_ILI9341

A fast Arduino IDE compatible graphics and fonts library including a driver for the ILI9341 based TFT displays.
109 stars 32 forks source link

Dual 2.8 screens #30

Open 42etus opened 8 months ago

42etus commented 8 months ago

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