I successfully connected a LCD to my Arduino and succeeded in saying hello to the world.
I also succeeded in installing, programming and using the mp3 DFminiplayer.
my wish:
I would like to use both the LCD and the DFminiplayer on the same Arduino.
problem:
both the LCD and the DFminiplayer use D10, D11 (SPI ports)
question:
how do I connect the LCD and the DFminiplayer? use RX / TX for the LCD? Use D10 and D11 for both?
Not truly. The true problem is that you did not understand how the two devices need to be connected and which pins they can use, and, judging from your post above, you still don't understand. You mentioned SPI ports, but neither of these two devices use SPI, so those pins were simply used as ordinary digital outputs, like any other digital outputs. Either of your devices can use any pins. Neither require SPI or PWM pins.