-
Hello. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
hi, please provide more info:
|
Beta Was this translation helpful? Give feedback.
-
YES!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
Beta Was this translation helpful? Give feedback.
according to the board config pins 10-11 are external pins so there's no conflict with pins assignation.
according to your board's LGFX config the I2C bus for touch interface is using
I2C_NUM_1
what you may try is to set it to
I2C_NUM_0
instead👀
tft.init()
is enough, no need to call initDMA() or begin() after that :-)