LCD 16x2 backlight current draw lower than expected

I got out a Sparkfun white on black 16x2 that I have had for a few years now and was testing some things on a circuit I'm working with. Apparently it's a GDM1602K according to Sparkfun's website, unless they changed the model since I bought it.

The spec sheet suggests 140mA current for the backlight.

I'm confused because my entire project measured at power supply to Vin is only 35mA. Everything is running off of a 5V 2A buck stepdown module, and the Arduino is powered through the Vin pin. I measured the volatage at the A-K pins on the LCD and it was at 5.0-5.1V, and the current there measured about 16-17mA, so the Arduino and everything else is using about 18mA. There are 3 DS18B20 temp sensors and an SD micro breakout module connected as well.

Thinking my multimeter was inaccurate, I made a simple test circuit with a 220 ohm resistor (measured 219ohm) using the same power supply and got 22.85 mA. V=IR suggests 22.7, so I'm thinking my DMM is accurate enough.

I'm suspecting the datasheet is wrong, or this is not exactly the same model? The backlight is quite bright.

Is this a possibility or am I missing something?

To be clear, I do not have a current limiting resistor on the backlight. I measured the project current by connecting the power from positive output of the 5V power supply to my red lead, then my black lead to the point where the power connects to the circuit. DMM is an Extech 355 and I had my leads on the mA and COM sockets, measuring mA DC.

No way a backlight alone is using 140mA.

Maybe if you posted the spec sheet you read it from, things can be clarified.

I should examine parts more closely. Mine has a sticker on the back that reads ADM 1602K-NSW-FBS/Z-P. Made by Xiamen Amotec. I found 3.3V versions online and those backlights are in the <20mA range, but the mfg's site has a datasheet stating they are available in both 5v and 3v models.
http://www.amotec-display.com/pdf/ADM1602K.pdf

The current listing is a GDM1602K, make by Xiamen Ocular.

The listing suggesting 140mA data sheet can be found here. If I'm reading it right, the typical current is 120mA and the max is 160mA:

If I have a 3.3v version, I'm surprised I haven't burned it up yet, it's been running nonstop for a week or so.

Sorry - old post but still relevant. I would love to go to OLED 16x2 for all my LCD projects. Has anyone found OLED screens same size for under $5?

They have a typical current of 30 mA. LCD backlight is 120 mA because it's not one LED but multiple... prob 5 or 6 running at 20 mA each. They are a current hog!

Charlie

Most of the currently available 1602 displays have resistor R8 (or possibly R9) being "101" or 100 Ohms, giving a backlight current draw of about 25 mA.

Which is just within the capability of being switched directly by an Arduino pin.