Forum - MCS Electronics

 

FAQFAQ SearchSearch RegisterRegister Log inLog in

NOKIA-1100 library
Goto page 1, 2  Next
 
Post new topic   Reply to topic    www.mcselec.com Forum Index -> Share your working BASCOM-AVR code here
View previous topic :: View next topic  
Author Message
Mrshilov

Bascom LCD Guru



Joined: 24 Jan 2009
Posts: 314
Location: Russia

russia.gif
PostPosted: Wed Mar 12, 2014 4:52 pm    Post subject: NOKIA-1100 library Reply with quote

Library for NOKIA-1100, 1101, 1110, 1110i, 1112, 1116, 1200, 1202, 1203, 1280, 2300, 2660ext, 2760ext, 6085ext.
This displays has resolution 96х68 and has internal backlight. Controller is (or compatible with) PCF8814.
Interface is 9-bit SPI. CS & Reset pins are optional, so connection may be only 2 wires.


1100, 1101, 2300 has 9-pad connector:



NOKIA-1202, 1203, 1280 has 12-pad connector:



1110, 1110i, 1112, 1116, 1200, 2660ext, 2760ext, 6085ext has 10-pin connector:


Some NOT-original LCDs not supported hardware X-mirror, Y-mirror & Negative. I add this options in library with software.
Note: picture height must be multiple of 8 and because this LCD height is 68, so fullscreen pictures must be 96x72. For converting it to BGF checkbox "SED series" must be checked, and keep in mind - bottom 4 lines not will be visible. If used option "Mirror-Y" top 4 lines not will be visible.

Backlight voltage for not-original display may be vary (in real mobiles it work with current source), be careful.

Proteus models included. It works, but has many errors- vertical mirror ect... (This is not my product.)

Library and test examples in attachment.
Back to top
View user's profile
Paulvk

Bascom Member



Joined: 28 Jul 2006
Posts: 1257
Location: SYDNEY

australia.gif
PostPosted: Thu Mar 13, 2014 11:16 pm    Post subject: Reply with quote

Hello Mrshilov

Your efforts are greatly appreciated Very Happy

With all this work I think Mrshilov deserves to be member of the month ! Thats if we had one!

Regards Paul
Back to top
View user's profile
albertsm

Administrator



Joined: 09 Apr 2004
Posts: 6198
Location: Holland

blank.gif
PostPosted: Fri Mar 14, 2014 3:21 pm    Post subject: Reply with quote

Hello Mrshilov,

Once again, thank you for sharing your work here.
It looks super. Yes i agree, if we had such an award, you would get it for sure.
Good option btw to be able to use multiple lcd !

_________________
Mark
Back to top
View user's profile Visit poster's website
yahi92

Bascom Member



Joined: 23 Feb 2014
Posts: 25

PostPosted: Fri Mar 14, 2014 3:46 pm    Post subject: Reply with quote

Hello Mrshilov

thank you for sharing.

it works so great.


we are waiting for other lcds. Very Happy
Back to top
View user's profile
albertsm

Administrator



Joined: 09 Apr 2004
Posts: 6198
Location: Holland

blank.gif
PostPosted: Fri Mar 14, 2014 4:17 pm    Post subject: Reply with quote

do not ask too much., At the rate Mr Mrshilov is delivering tested code/hardware, he either must have a clone of himself, or get problems with Mrs. Mrshilov because he is always working Very Happy
_________________
Mark
Back to top
View user's profile Visit poster's website
PeterM

Bascom Member



Joined: 09 Jun 2008
Posts: 118

australia.gif
PostPosted: Sat Mar 15, 2014 12:33 am    Post subject: Reply with quote

I think it may be the Mrs talking to much and wants to get away in the basement or his cave Smile
_________________
Peter
Back to top
View user's profile
yahi92

Bascom Member



Joined: 23 Feb 2014
Posts: 25

PostPosted: Sat Apr 12, 2014 4:48 pm    Post subject: Reply with quote

Hello Mr Mrshilov

Could you please help me about this error?

only "byte" and "single" variables can be used?

thank you

bascom 2.0.7.6
Back to top
View user's profile
Mrshilov

Bascom LCD Guru



Joined: 24 Jan 2009
Posts: 314
Location: Russia

russia.gif
PostPosted: Sun Apr 13, 2014 5:38 am    Post subject: Reply with quote

You must convert it to a "string":
Code:
Lcdat 6 , 1 , Str(Pn)
Back to top
View user's profile
yahi92

Bascom Member



Joined: 23 Feb 2014
Posts: 25

PostPosted: Sun Apr 13, 2014 6:15 am    Post subject: Reply with quote

Mrshilov wrote:
You must convert it to a "string":
Code:
Lcdat 6 , 1 , Str(Pn)


Problem solved

Thank you for your answering.
Back to top
View user's profile
NIMA_2000IR

Bascom Member



Joined: 09 Apr 2016
Posts: 2

PostPosted: Thu Mar 23, 2017 10:54 am    Post subject: Reply with quote

why
Pset 20 , 20 , 0
Line(0 , 0) -(239 , 127) , 255
Box(10 , 30) -(60 , 100) , 0
Boxfill(0 , 0) -(60 , 10) , 1
Circle(20 , 20) , 5 , 0

not work

error
Error : 222 Line : -1480 Illegal character [expected (, got '=' [_GLCD_MODE=8]] , in File : C:\PROGRAM FILES (X86)\MCS ELECTRONICS\BASCOM-AVR\LIB\GLCD.LBX
Error : 222 Line : 4 Illegal character [expected (, got '' [_GLCD_MODE]] , in File : C:\PROGRAM FILES (X86)\MCS ELECTRONICS\BASCOM-AVR\LIB\GLCD.LBX
Error : 222 Line : 19 Illegal character [expected (, got '' [_GLCD_COLS]] , in File : C:\PROGRAM FILES (X86)\MCS ELECTRONICS\BASCOM-AVR\LIB\GLCD.LBX
Error : 61 Line : 29 Label not found [_SET_ADDRESS] , in File : C:\PROGRAM FILES (X86)\MCS ELECTRONICS\BASCOM-AVR\LIB\GLCD.LBX
Error : 61 Line : 29 Label not found [_SET_ADDRESS] , in File : C:\PROGRAM FILES (X86)\MCS ELECTRONICS\BASCOM-AVR\LIB\GLCD.LBX
Error : 221 Line : 29 Backward jump out of range [_SET_ADDRESS [ 3575]] , in File : C:\PROGRAM FILES (X86)\MCS ELECTRONICS\BASCOM-AVR\LIB\GLCD.LBX
Back to top
View user's profile
Mrshilov

Bascom LCD Guru



Joined: 24 Jan 2009
Posts: 314
Location: Russia

russia.gif
PostPosted: Thu Mar 23, 2017 11:33 am    Post subject: Reply with quote

Graphic commands not supported.
Back to top
View user's profile
NIMA_2000IR

Bascom Member



Joined: 09 Apr 2016
Posts: 2

PostPosted: Thu Mar 23, 2017 10:42 pm    Post subject: Reply with quote

Mrshilov wrote:
Graphic commands not supported.

thanks
Back to top
View user's profile
Duval JP

Bascom Member



Joined: 22 Jun 2004
Posts: 1198
Location: France

france.gif
PostPosted: Mon Apr 03, 2017 5:21 pm    Post subject: Reply with quote

Sorry to use this way to contact you ,
but I listened in the radio, the subway crash in St-Peterburg. I See in your profil you are living in this city. so
- Are you safe ?
-I have a thought for each of your compatriots

We will visit St-Peterburg in june

with my friendship

JP
Back to top
View user's profile Visit poster's website
Mrshilov

Bascom LCD Guru



Joined: 24 Jan 2009
Posts: 314
Location: Russia

russia.gif
PostPosted: Mon Apr 03, 2017 8:37 pm    Post subject: Reply with quote

It's very sad. Thanks, I'm safe.
---
You are always welcome in St. Petersburg. Don't worry about your safety - our city is very peaceful.
Back to top
View user's profile
Mortezayavari1366

Bascom Member



Joined: 24 Dec 2022
Posts: 8

blank.gif
PostPosted: Sun Mar 19, 2023 11:44 pm    Post subject: Reply with quote

Mrshilov wrote:
It's very sad. Thanks, I'm safe.
---
You are always welcome in St. Petersburg. Don't worry about your safety - our city is very peaceful.




Hello Mrshilov
i have a problem with nokia 1100 library in Atmega2560.
with mega8-16-32 every thing is ok.
can you help me?
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    www.mcselec.com Forum Index -> Share your working BASCOM-AVR code here All times are GMT + 1 Hour
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum