I just recieved this 2" TFT ST7789V OLED display from AliExpress that I plan to use with an Arduino Uno or Mega 2560, and I can't figure out what voltage I'm supposed to supply to it.
Due to my lack of knowledge in this area, I dont really understand what this document states, as they have listed several different voltages. In the general information it lists 3-5V, yet in the specs, 5V is never mentioned (closest is 4.6 on maximum rating). The 3.3V range however, is listed several times.
On the display I bought, there are several resistors soldered to the backside of the PCB. I have seen similar displays both with and without those resistors. Are they part of an integrated circuit to downstep the voltage from 5V to 3.3V, so I don't have to?
Thank you for any help with this, I'm completely new to the use of displays with Arduino, so any information is greatly appreciated!
This is why you purchase from a known supplier. It is important you have the information you need to build your project. Contact the seller and ask for the needed information.
Thank you for letting me know, I will do that! Like I said, I have little to no knowledge when it comes to these displays. I guess I could start with resistors to drop the voltage to 3.3V as for now, and see if it works. I was just hoping to skip the extra work of doing so. Do you mind giving me some names of suppliers that I could use in the future? Thanks again!
Yes that is a common configuration and shouldn't damage anything if it isn't correct for your display.
Just a note:
Very very few devices need to be powered by 3.3v. Even if the first thing the board does is drop the 5V to 3.3V. 5V is the defacto standard for pretty much any hobby processor board or attachments. Even breakout boards for 3.3v sensors have a 5V to 3.3V regulator.
Thank you so much! At least now I have something to work with!
On the circuitry on the backside of the PCB, it seemes every pin connection (except vcc and gnd) runs through both a diode and a resistor. Do you have any idea what this circuit does? I've browsed through several displays before buying this one, and it is one of the few with resistors visible. Maybe I could measure them and calculate the output voltage to see what voltage is supplied to the display if I hypothetically added a 5V input... I wish I had a proper datasheet for this.
Thanks for all the help and info, I really appreciate it!