mezo said:look ,
i advice you to revise the datasheet of the LCD to be sure of the address
of the first pixel of the lcd
// Mapping of parallel port data register bits to LCD inputs
private static Pin sclk = new Pin(0x01); // sclk => 00000001
private static Pin sdin = new Pin(0x02); // sdin => 00000010
private static Pin dc = new Pin(0x04); // d/c => 00000100
private static Pin power = new Pin(0x08); // vdd => 00001000
private static Pin reset = new Pin(0x10); // res => 00010000
I'm using LCD with PIC microcontroller and my codeYou mean the C# code I posted above actually worked on some LCDs and not on others ?
I bought LCD in ebay.de .Do you mind if I ask you where you got your displays from ?
I agree with your idea! Yesterday I placed one "bad" LCD, removed from my project, in original Nokia 3310 and it work correctly!I dont think it is initialization damaging the LCD because it seems to work correctly in the Nokia phone, even after using it in my circuit boards.
New batch use another LCD driver/controller ?The problem is with the new batch of displays which has arrived in the market
New batch use another LCD driver/controller ?
PCD8544 is out of production
Partially, now I can use 6 rows 1-6 , row 0 is Hide.With the information you have provided have you solved that problem?
I'm sure this 3310LCD use different LCD controller....
Partially, now I can use 6 rows 1-6 , row 0 is Hide.But I would like set width correct....in other controller is possible...
Would be interesting sniff nokia 3310 inizialiaze from mobile phone.May be, but the new batch 3310 LCDs seems to work in very old Nokia 3310 phones correctly! The old Nokia 3310 phone LCD driver would have been written for the original Philips PCD8544 controller, so how does that work with the new batch 3310 LCDs?
I have to manage two different LCD version.If you can see all the 6 rows and the 14 characters (or 84 pixels) then what is the problem?
Last, how explain you hide command that I found ?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?