Nokia lcd include , small footprint to suit pic16's


Results 1 to 40 of 111

Threaded View

  1. #11
    Join Date
    Oct 2010
    Posts
    413


    Did you find this post helpful? Yes | No

    Default Re: Nokia lcd include , small footprint to suit pic16's

    Hi dave,

    i solved it.

    i used the rbuf as var word

    Then i didnt add the commands for

    Code:
    arraywrite rbuf,[dec speed1,dec2 speed2,0]
    i used the above command only to combine it with the following and present the number to the lcd.

    So the solutions for me is:

    Code:
    checkt:
    RBUF = (SPEED1*100) + SPEED2
    IF RBUF > 5682 THEN ; THIS IS JUST AN EXAMPLE
    GOSUB LIMIT
    RETURN
    Thanks a lot for the help all of you.
    Last edited by astanapane; - 4th September 2020 at 18:23.

Similar Threads

  1. Using Nokia LCD
    By BobP in forum mel PIC BASIC Pro
    Replies: 300
    Last Post: - 3rd May 2018, 04:47
  2. 16F946 pcb footprint (64 tqfp)
    By nomad in forum Schematics
    Replies: 2
    Last Post: - 8th September 2009, 11:14
  3. small 2X16 LCD
    By Ron Marcus in forum Off Topic
    Replies: 2
    Last Post: - 26th October 2007, 20:37
  4. Nokia 3310 LCD
    By barkerben in forum General
    Replies: 3
    Last Post: - 10th December 2005, 19:08
  5. Small LCD module,character
    By Ron Marcus in forum Off Topic
    Replies: 6
    Last Post: - 27th November 2005, 18:13

Members who have read this thread : 3

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