LCD ili9327 not work with USE_MEGA_8BIT_PROTOSHIELD

Hello everyone, this is my first message.
I bought this screen that has the number 9327, and I tried the MCUFRIEND_kbv library and it works well with Arduino mega 2560. But I noticed that it works slowly and when I searched the topic I found out that it is because of the distribution of the screen input on many ports in the mega board, and while searching I found mr david_prentice and by the way, I benefited a lot from his replies, Mr david_prentice said you can reconnect the screen to work on one port. I defined

#define USE_MEGA_8BIT_PROTOSHIELD
#define USE_SPECIAL

And I connected the screen in the correct order through jumper wires

//LCD pins |D7 |D6 |D5 |D4 |D3 |D2 |D1 |D0 | |RD |WR |RS |CS |RST|
//AVR pin |PA7|PA6|PA5|PA4|PA3|PA2|PA1|PA0| |PF0|PF1|PF2|PF3|PF4|
//digital# | 29| 28| 27| 26| 25| 24| 23| 22| | A0| A1| A2| A3| A4|
but the screen does not work ?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.