Connecting Potentiometer to LCD Display

Hey everyone, I have these wires that connect to the Arduino pins and breadboard: https://amzn.eu/d/4bTjBQq and I need a potentiometer that connects to an LCD Display, is this potentiometer ok and how do I connect it with the wires? Via soldering? I am just starting out and I need help, link to potentiometer: https://amzn.eu/d/95UpZth
Thank you very much in advance

Those potentiometers will work happily with your Arduino.
Search google for "Arduino LCD potentiometer" and you will find schematics and projects to follow.
Here's the first one I found
[https://projecthub.arduino.cc/krishna_agarwal/arduino-diy-potentiometer-value-display-on-lcd-16x2-899f16]
Good luck and have fun!

Here is an official Arduino link for the LCD with a contrast potentiometer.
https://docs.arduino.cc/learn/electronics/lcd-displays/

The content of that link in post #2 is the worst copy/paste I've seen. Some text is plagiarized by (author name in link)

Original "read a potentiometer" link:

Text from original:

The Arduino uses an analog pin to read the sensor values. So the potentiometer we want to read will connect it to the analog pin of the Arduino.

Text from that copy/paste link:

The Arduino uses an analog pin to read the sensor values. So the potentiometer we want to read will connect it to the analog pin of the Arduino.

Hyper link from original:

Also, Read:- How to use an LCD Display with Arduino.

FAILED hyperlink from the copy/paste link: (bad link, posted in "code" block)

Refer to this video there is full instruction ``CLICK HERE

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