Using Nokia LCD


Closed Thread
Results 1 to 40 of 301

Thread: Using Nokia LCD

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Posts
    413


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    hi mister_e

    i'm looking forward to see it. Thanks.

  2. #2


    Did you find this post helpful? Yes | No

    Smile Re: Using Nokia LCD

    Hi all,

    i've been looking at this topic for some time now.
    I managed to get an original 3310 display and made some tests.

    First i tried the INC solution but i got the "Truncated to code size" errors ( using 16F88 or 16F628A ).

    Tried some examples posted here ( always changing ports to my configuration ) with a blank screen.

    Tried the test file with big numbers and it worked.

    Then moved to a 18F2550 micro-controller and once again the INC solution did not worked ( just had some ! simbols all over the place ).

    The only solution i got was to use the INC file together with Gusse's sugestion on using "Gosub Lcd_SendChar" instead of "@ PrintStr" format.

    This way works like a charm!

    Do you guys know of an 18 pin chip that would work ( since it doesnt work with the 16Fs ) ?

    Or Steve ( Mister-e ) will have a fresh new solution that will work on more chips ?

    Regards

  3. #3
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    My solution should work with anything, at compile time it decide which macro to build/compile/use.

    It should even work with many 12F... with some limitations.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  4. #4
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Out of curiosity, which PIC didn't worked for you?
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  5. #5


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Hi Steve

    I was using the 16F88

    Regards

  6. #6
    Join Date
    Oct 2010
    Posts
    413


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    i was trying to use pic16f628a.

    I have seen over the internet some others they succeed with pic12f629

  7. #7
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    it could even work with a 10F, but probably not with PBP as it consume too much RAM, but that's another story
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  8. #8
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Quote Originally Posted by astanapane View Post
    i was trying to use pic16f628a.

    I have seen over the internet some others they succeed with pic12f629
    Note to self, always read previous posts sorry 'bout that...
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  9. #9


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Hi Steve,

    you are right about being able to using it except of some Macro limitations.

    It works like a charm with the 16F88 microcontroller IF i dont use the "@ PrintStr x,y, "string goes here"" . But...IF i use that i get the truncated errors.

    Regards

Similar Threads

  1. Nokia COLOR LCD PicBasicPro 2.50a example code
    By skimask in forum Code Examples
    Replies: 49
    Last Post: - 28th September 2011, 01:43
  2. 16f688 LCD what have I done wrong
    By spitfiredriver in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 8th August 2009, 19:54
  3. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  4. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07
  5. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts