Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Semi 4x20 LCD addressable as 2x40 LCD in 4 lines?

Discussion about LCD's and other related hardware

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351, hydrolisk1792

Post Reply
darmach
Posts: 2
Joined: January 22nd, 2008, 5:20 pm

Semi 4x20 LCD addressable as 2x40 LCD in 4 lines?

Post by darmach »

I have a LCD display on HD44780 controller. It looks like 4x20, but it seems that it IS 2x20+20 lines.

First 40 digit line is divided to 2 x 20 lines as 1st and 3rd LCD line
Second 40 position line is divided to 2x20 lines as 2nd and 4th LCD line

I mean:
(in smartie config screen):

111111$Fill(20)333333333
222222$Fill(20)444444444

looks in real like that:

111111
222222
333333333
444444444

Question - is there any way to properly use line scrolling with that LCD? Is there a way to indenpendently controll each PHYSICAL line od LCD?


P.S. Sry for my english :)
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Re: Semi 4x20 LCD addressable as 2x40 LCD in 4 lines?

Post by limbo »

darmach wrote:I have a LCD display on HD44780 controller. It looks like 4x20, but it seems that it IS 2x20+20 lines.

First 40 digit line is divided to 2 x 20 lines as 1st and 3rd LCD line
Second 40 position line is divided to 2x20 lines as 2nd and 4th LCD line

I mean:
(in smartie config screen):

111111$Fill(20)333333333
222222$Fill(20)444444444

looks in real like that:

111111
222222
333333333
444444444

Question - is there any way to properly use line scrolling with that LCD? Is there a way to indenpendently controll each PHYSICAL line od LCD?


P.S. Sry for my english :)
Its seems to be a special hd44780 created LCD.
I'm afraid that you're stuck :cry:
Last Hope:
Sometimes manufacturers are adding mode selection on their products.
Check the board for any jumpers dip switches of or soldering shorts (something like mode setting). If you find any upload a photo here.
darmach
Posts: 2
Joined: January 22nd, 2008, 5:20 pm

Post by darmach »

no jumpers :/
mattcro
Forum Supporter
Posts: 590
Joined: March 8th, 2006, 1:58 pm
Location: Scotland

Post by mattcro »

Is it definitely a HD44780 controller? If not, what's the chip number or LCD module part number?

It might be a KS0073 (or compatible) LCD, in which case you should try the KS0073 addressing option in the LCD setup - something like "LPT1,1,a2" for the parameters. This LCD controller uses a different internal addressing scheme which swaps the lines around compared to the HD44780.

Another thing to check: Make sure you have the LCD configured as a 4x20 module in Smartie's display settings (on the "Screen" tab).
Post Reply