Skip to content
Discussion options

You must be logged in to vote

Ok, I saw that there is also the configQspiTransQueueDepth() API in v0.1.4. You can refer to the following modifications:

  ESP_PanelBus_QSPI *panel_bus = new ESP_PanelBus_QSPI(TFT_CS, TFT_SCK, TFT_SDA0, TFT_SDA1, TFT_SDA2, TFT_SDA3);
  panel_bus->configQspiFreqHz(TFT_SPI_FREQ_HZ);
  // Modification
  panel_bus->configQspiTransQueueDepth(1);
  panel_bus->begin();

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@brightproject
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by brightproject
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
2 participants