Using Nokia LCD - Page 4


Results 121 to 160 of 301

Thread: Using Nokia LCD

Threaded View

  1. #11
    Join Date
    Dec 2008
    Location
    Ploiesti, ROMANIA
    Posts
    582


    Did you find this post helpful? Yes | No

    Default

    Me again !
    I found the mistake ; after MainLoop the code must be :
    If PortB.3=0 then ; this is the missing line
    If PortB.3=0 then MainLoop
    ...
    ...
    Endif
    Endif

    Work correct on pushing MODE button , but...
    Now I have another problem... I attach the code for display the temperature in both cases (LCD 2X16 ; N3310).
    How do I convert this line :
    LcdOut $FE, $C0, "OUT ", Sign, DEC (Temperature2 / 100), ".", DEC2 Temperature2, " ",223,"C "
    for correct results on Nokia display ?
    DEC (Temperature2 /100) it's what char ?
    DEC2 Temperature2 it's what char ?
    I try many codes but on display appears numbers and strange characters....
    Thanks !
    Attached Files Attached Files

Similar Threads

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

Members who have read this thread : 1

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