Search found 5 matches

by krzysiu
Wed Aug 16, 2017 1:08 pm
Forum: Hardware Projects
Topic: Driver for LCD display Nokia 5110
Replies: 18
Views: 25283

Re: Driver for LCD display Nokia 5110

Ok, i change Din I look at my code, I think the problem must come from there. This time it seems to work better the BL reacts. When i test lcd.init () the program stop import pyb from pyb import LED from pyb import SPI #, Pin import upcd8544 #pcd8544 ## # WiPy (on Exp board, SD and User-LED jumper h...
by krzysiu
Tue Aug 15, 2017 4:01 pm
Forum: Hardware Projects
Topic: Driver for LCD display Nokia 5110
Replies: 18
Views: 25283

Re: Driver for LCD display Nokia 5110

Thanks I try to explain you exactly my connection: LCD Nokia <=> Micropython (Y Side) RST <=> Y4 CE <=> Y5 DC <=> Y3 Din <=> Y7 Clk <=> Y6 Vcc <=> Y1 BL <=> Y2 Gnd <=> Gnd i think Vcc - Y1 is a mistake ? Vcc - 3,3volt or 5volt is correct ? ( i try it but not work ) BL = Back Ligth (?), must be conne...
by krzysiu
Mon Aug 14, 2017 2:22 pm
Forum: Hardware Projects
Topic: Driver for LCD display Nokia 5110
Replies: 18
Views: 25283

Re: Driver for LCD display Nokia 5110

Thanks for your responses, @ deshipu, I think it's just connection probleme, with LCD board and micropython... @mcauser, i see your readme, and your code where your decribe how to connect on micropython (but i'm not very easy in english :oops: :roll: ). this week i try it another... and tell you my ...
by krzysiu
Sun Aug 13, 2017 6:12 am
Forum: Hardware Projects
Topic: Driver for LCD display Nokia 5110
Replies: 18
Views: 25283

Re: Driver for LCD display Nokia 5110

sorry my first post are posted so fast :oops: I connected my micro python to LCD Screen like this : RST =>Y4 CE => Y5 DC => Y3 LIGHT =>Y2 PWR =>Y1 CLK => Y6 DCIN => Y7 And i use this exemple : https://github.com/mbirth/wipy-upcd8544 it not work :cry: can you help me please.... :)
by krzysiu
Sat Aug 12, 2017 4:33 pm
Forum: Hardware Projects
Topic: Driver for LCD display Nokia 5110
Replies: 18
Views: 25283

Re: Driver for LCD display Nokia 5110

Hi,

I trying to use your exemple but my display not working ?? i find other example but not with micropython board.

sommeone can help me please. ?? :P