Re: blue pill and ILI9341 tft
Posted: Tue Mar 17, 2020 2:52 pm
Yes it really works! library
I used the following initialization command:
and it worked, the connection is as follows:
TFT_CS - PA4, TFT_DC - PB1, TFT_MOSI - PA7, TFT_CLK - PA5, TFT_RST - PB10, TFT_MISO - PA6
but I have one more question: Could you point me to the documentation for this library with a list of commands and arguments for them?
and there is still a question on increasing FPS: is this possible?
came up beautifully, thank you very much!
I used the following initialization command:
Code: Select all
Adafruit_ILI9341 tft = Adafruit_ILI9341(PA4,PB1,PA7,PA5,PB10,PA6);
TFT_CS - PA4, TFT_DC - PB1, TFT_MOSI - PA7, TFT_CLK - PA5, TFT_RST - PB10, TFT_MISO - PA6
but I have one more question: Could you point me to the documentation for this library with a list of commands and arguments for them?
and there is still a question on increasing FPS: is this possible?