LCD display not working properly


Closed Thread
Results 1 to 15 of 15

Hybrid View

  1. #1
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mister_e View Post
    NOPE,

    if you use 1 without $FE before, it will try to print ASCII decimal character 1, same for $0F. If you want to mask you data with asterix, just use "*" in your lcdout and forget the #key.
    MAybe you could find some tips in the following
    http://www.picbasic.co.uk/forum/show...mbination+gate
    Are you saying that:
    LCDOUT $fe , 1 , $80 , "HELLO"
    is different from:
    LCDOUT $fe , 1 , $fe , $80 , "HELLO" ???

    I guess I just never noticed, or tried it.

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


    Did you find this post helpful? Yes | No

    Default

    Yup.. try it.. or read through the macros
    Steve

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

  3. #3
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mister_e View Post
    Yup.. try it.. or read through the macros
    Well I'll be...(head shaking)... never noticed before...

  4. #4
    Join Date
    Nov 2007
    Posts
    5


    Did you find this post helpful? Yes | No

    Question keypad.bas does not compile in pbp

    Quote Originally Posted by mister_e View Post
    NOPE,

    if you use 1 without $FE before, it will try to print ASCII decimal character 1, same for $0F. If you want to mask you data with asterix, just use "*" in your lcdout and forget the #key.
    MAybe you could find some tips in the following
    http://www.picbasic.co.uk/forum/show...mbination+gate
    1)I tried to include Keypad.bas and tried to compile however it throws an error for the first line i.e. keypad routine as syntax error. If I remove it throws too many errors! in assembler. Is it not necessary to compile. If I don't compile and compile only gate code it says unable to open keypad.bas


    @ if HIGH_SECURITY == 1
    LCDOUT $FE, $C4 + ComboPtr, "*" ; print a Mask character
    if Key = "*" then Reset
    if Key = "#" then Finish
    @ endif

    The compiler also shows errors for
    if Key = "*" then Reset
    if Key = "#" then Finish

    I tried using diff. combination but to no better effect. Can some one help?

    Thank you in advance,
    Regards
    dilpkan

Similar Threads

  1. Is this code not initialising the LCD properly?
    By Platypus in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 30th January 2010, 19:14
  2. LCD Display
    By lambert in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 16th January 2010, 22:18
  3. Simple LCD code not working!...WHY?
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 29th November 2009, 19:48
  4. My LCD code is not working...
    By kvrajasekar in forum mel PIC BASIC
    Replies: 2
    Last Post: - 7th December 2008, 05:41
  5. LCD Display not working - PIC heating...
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 32
    Last Post: - 24th September 2006, 07:35

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