Skip to content

Second I2C for WT32-SC01plus #573

Answered by tobozo
ARTMEDIUM asked this question in Q&A
Jun 5, 2024 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

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();
  tft.initDMA();
  tft.begin();

tft.init() is enough, no need to call initDMA() or begin() after that :-)

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@ARTMEDIUM
Comment options

@tobozo
Comment options

tobozo Jun 5, 2024
Collaborator

Answer selected by ARTMEDIUM
@yesnoj
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants