Two line LCD double height numbers, possible ???


Closed Thread
Results 1 to 26 of 26

Hybrid View

  1. #1
    Join Date
    Jan 2011
    Location
    Skopje,Macedonia
    Posts
    71


    Did you find this post helpful? Yes | No

    Default Re: Two line LCD double height numbers, possible ???

    where I can find this bas files:

    INCLUDE "DT_INTS-18.bas" INCLUDE "ReEnterPBP-18.bas" INCLUDE "Elapsed_INT-18.bas"

    thanks

  2. #2
    Join Date
    Apr 2007
    Location
    Pennsylvania, USA
    Posts
    158


    Did you find this post helpful? Yes | No

    Default Re: Two line LCD double height numbers, possible ???

    Quote Originally Posted by SKOLS1 View Post
    where I can find this bas files:

    INCLUDE "DT_INTS-18.bas" INCLUDE "ReEnterPBP-18.bas" INCLUDE "Elapsed_INT-18.bas"

    thanks
    http://darreltaylor.com/DT_INTS-18/home.html
    Shawn

  3. #3
    Join Date
    Dec 2011
    Location
    IO93ok
    Posts
    190


    Did you find this post helpful? Yes | No

    Default Re: Two line LCD double height numbers, possible ???

    Shawn, you've copyrighted and reserved the rights. Is it all right with you that I modify it and put it on here ?

  4. #4
    Join Date
    Apr 2007
    Location
    Pennsylvania, USA
    Posts
    158


    Did you find this post helpful? Yes | No

    Default Re: Two line LCD double height numbers, possible ???

    Quote Originally Posted by tasmod View Post
    Shawn, you've copyrighted and reserved the rights. Is it all right with you that I modify it and put it on here ?
    Copy all you want, most of the code was copied off of this site as it is already!
    Shawn

  5. #5
    Join Date
    Dec 2011
    Location
    IO93ok
    Posts
    190


    Did you find this post helpful? Yes | No

    Default Re: Two line LCD double height numbers, possible ???

    Thanks, it's just that normally I wouldn't add the copyright notice for anything for open source public consumption.

    I'm trying to use just the seconds and 'ticks'

  6. #6
    Join Date
    Apr 2007
    Location
    Pennsylvania, USA
    Posts
    158


    Did you find this post helpful? Yes | No

    Default Re: Two line LCD double height numbers, possible ???

    MCS adds that automatically the way I have it set up. I will change that for future posts. Thanks for pointing it out.
    Shawn

  7. #7
    Join Date
    Dec 2011
    Location
    IO93ok
    Posts
    190


    Did you find this post helpful? Yes | No

    Default Re: Two line LCD double height numbers, possible ???

    OK, I have the Dt_ints stopwatch version working on my display using the thinner characters as i.e. 123:45

    This works bar one problem.

    It will not display the Character 0 code it is just an all pixel black block. So this affects the numbers 1, 4, 7.

    The code I mean is
    LCDOUT $FE,$40,$01,$01,$01,$01,$01,$01,$01,$01

    According to the sheet that came with the display it has 16 CGRAM custom character spaces available.

    I tried using Character 8 instead . i.e. LCDOUT $FE,$80,$01,$01,$01,$01,$01,$01,$01,$01
    this produced a curled 'J' character which is not part of the inbuilt set.

    I can't figure this one out??? Any ideas please ?

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