Hello,
We need an LCD Display for programming, so if you anyone has one and they want to sell it, we would like to buy it.
I need it to program the Potentiometer, because we have to know the value in potentiometer to program it…
If there is any other way to program it, then I would be pleased to hear about it
An LCD screen is definitely not essential to program your pot.
If you use RobotC you can get the potentiometer value from the live debugger. You will need to select Robot->Debug Windows -> Sensor to view the sensor values.
If you are using EasyC, you can use the printf function to display the pot value.