I have a 2.2" TFT which I'd like to control with an arduino nano. This unit communicates with 3.3V data lines so I will use a 4050BE to convert the SCK, SDO etc lines to 3.3V
I need to provide a voltage to the Vcc and LED pins though and my options seem to be the followings:
- Using the 5V pin of the nano (the Vcc and LED seems to be 5V tolerant)
- Using the 3.3V pin of the nano
- Using the 5V pin of the nano with an AMS1117 voltage regulator (convert the 5V to 3.3V)
Please help me out by explaining which one is the best option. (currently I don't want to add an external 3.3V or 5V power source, so I need to use one of the three options above).
Also for educational purposes it would be nice to hear about the disadvantages of the options.
Thanks!