Author Topic: 16x2 LCD 16 pins but only 14 on the connector  (Read 1762 times)

0 Members and 1 Guest are viewing this topic.

Offline Mp3Topic starter

  • Frequent Contributor
  • **
  • Posts: 361
  • Country: us
16x2 LCD 16 pins but only 14 on the connector
« on: February 11, 2018, 05:03:32 am »
I have a 2x7 style lcd to replace, and have two here which have a single row of 16 pins. However, the lcd i am replacing only has 14 pins. I know 15 and 16 are for the backlight. Is it safe to simply wire them to pins 1 and 2 or do i need a resistor in line? Thanks in advance.
High school graduate
 

Offline Nusa

  • Super Contributor
  • ***
  • Posts: 2416
  • Country: us
Re: 16x2 LCD 16 pins but only 14 on the connector
« Reply #1 on: February 11, 2018, 06:42:00 am »
I'd use a resistor.
 
The following users thanked this post: Mp3

Offline radar_macgyver

  • Frequent Contributor
  • **
  • Posts: 687
  • Country: us
Re: 16x2 LCD 16 pins but only 14 on the connector
« Reply #2 on: February 11, 2018, 06:48:41 am »
If you have a bench supply, set it for 5V and a low current limit (say 50 mA) and drive pins 15 and 16. If there's no ballast resistor in the module, your supply will current limit.
 
The following users thanked this post: Mp3

Offline Gyro

  • Super Contributor
  • ***
  • Posts: 9410
  • Country: gb
Re: 16x2 LCD 16 pins but only 14 on the connector
« Reply #3 on: February 11, 2018, 10:21:39 am »
No, use a series resistor in addition to current limit. Many (most) power supplies have an output capacitor that can cause a current spike above the current limit setting if you touch the wires to the pins while it's turned on.

Unless you can guarantee that you have the pins solidly connected before you turn on the PSU and wind up the voltage, then a resistor is a sensible and easy precaution. It's not worth the risk.
Best Regards, Chris
 
The following users thanked this post: Mp3

Online paulca

  • Super Contributor
  • ***
  • Posts: 4003
  • Country: gb
Re: 16x2 LCD 16 pins but only 14 on the connector
« Reply #4 on: February 11, 2018, 10:32:10 am »
A lot of these 16x2 led boards have a current limit resistor on the backlight already.  The PSU test will verify that.  Mine did and pulls around 11mA directly connected to 5V.

The other issue you could run into is how the contrast adjust resistor is wired.  If your 14 pins include the return voltage from the divider (or single resistor) it may or may not be compatible.  You may need to adjust it with a resistor.  If you need more resistance you can simply put one in series with the pin, if you need less, you will need to review the schematic of the LED board and see if you can get a resistor in parallel with it's internal one or supply a determined voltage on the pin.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 
The following users thanked this post: Mp3

Offline Mp3Topic starter

  • Frequent Contributor
  • **
  • Posts: 361
  • Country: us
Re: 16x2 LCD 16 pins but only 14 on the connector
« Reply #5 on: February 11, 2018, 02:20:18 pm »
If you have a bench supply, set it for 5V and a low current limit (say 50 mA) and drive pins 15 and 16. If there's no ballast resistor in the module, your supply will current limit.

What can I do if i do not have a bench supply? And i am not sure how to determine what value resistor i should use for the display.

Sorry for my ignorance, i am trying to teach myself this stuff. I know now i need a bench supply, but i should be able to figure this out with just a multimeter, can't i?

Thanks have been given  ;D I appreciate everyone's help so much

These here are the LCD boards I have. The generic "QC1602A" that can be bought anywhere: https://www.ebay.com/itm/391721594261
« Last Edit: February 11, 2018, 02:22:28 pm by Mp3 »
High school graduate
 

Online paulca

  • Super Contributor
  • ***
  • Posts: 4003
  • Country: gb
Re: 16x2 LCD 16 pins but only 14 on the connector
« Reply #6 on: February 11, 2018, 02:33:22 pm »
Do you have a potentiomter and a multi-meter?

Use the POT with pins 1 and 2 as your resistor.  Twiddle the pot until it looks bright enough.  Then measure the resistance between pins 1 and 2, pick a resistor that is roughly that value.

To check if it's going to pull too much current, with the potentiometer in place, wire the DMM in series with the pin on mA range.

V+ --> Meter --> POT --> Backlight PIN

Then turn the POT all the way down, but do not exceed around 20mA.  If it goes higher than 20mA you will need a resistor.  If it doesn't it probably already has one in it.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 
The following users thanked this post: Mp3

Online paulca

  • Super Contributor
  • ***
  • Posts: 4003
  • Country: gb
Re: 16x2 LCD 16 pins but only 14 on the connector
« Reply #7 on: February 11, 2018, 02:36:18 pm »
The other way is to guess there is no resistor and assume a few things.

Assuming:
2.3V forward voltage
5V supply
20mA max current.

Therefore 2.7V drop across resistor.
V=IR ... R=V/I ...  R=2.7 / 0.020  R=135 Ohm

So put a 220 Ohm in there and see what happens.  If it's too dim try a 100 Ohm.  If it's still dim, just remove it.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 
The following users thanked this post: Mp3

Offline Mp3Topic starter

  • Frequent Contributor
  • **
  • Posts: 361
  • Country: us
Re: 16x2 LCD 16 pins but only 14 on the connector
« Reply #8 on: February 11, 2018, 02:39:36 pm »
The other way is to guess there is no resistor and assume a few things.

Assuming:
2.3V forward voltage
5V supply
20mA max current.

Therefore 2.7V drop across resistor.
V=IR ... R=V/I ...  R=2.7 / 0.020  R=135 Ohm

So put a 220 Ohm in there and see what happens.  If it's too dim try a 100 Ohm.  If it's still dim, just remove it.

I happen to have 220 and 2.2k ohm resistors so i will try with 220's an see what happens! Thanks sir!  :-+
High school graduate
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf