Using other-i2c-devices with the Official 7" Touchscreen
If my understanding is correct, then the Touch-Input of the Official 7" Touchscreen uses i2c to communicate touches to the Raspberry Pi.
In the RasPi-2B and RasPi-3B (at least), the Official 7" Touchscreen seems to use i2c-0, which is passed through the ribbon "Display Connector". Thus is appears that i2c-1 on these versions of the RasPi is still available on the GPIO pins for other use: I have successfully connected a DS3231-RTC to the GPIO_i2c-1 on my RasPi-2B and RasPi-3B, and the touch-functions of the Touchscreen continue to work fine.
[I would postulate that on the original RasPi-A and RasPi-B that the Touchscreen still uses i2c-0, but on these original RasPi's this is the same i2c-0 which is on Pins #3 & #5 on the GPIO (to which on these original models you have to use jumper-wires on the GPIO SDA & SCL to connect to the Touchscreen). Which means that you can't use this GPIO i2c for anything else on these original RasPi-A & -B, UNLESS (perhaps) you disable the touch-functions of the Touchscreen (eg. by putting "disable_touchscreen=1" in config.txt, and also disconnecting the i2c-jumper-cables) - which MIGHT allow you to then use the GPIO i2c for something else on these original RasPi's??]
If anyone could confirm the above is correct, it would be appreciated!?!
Update (23Mar): Many thanks for concise reply!
