Big Digits on 4x20 LCD


Closed Thread
Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Jun 2013
    Posts
    18


    Did you find this post helpful? Yes | No

    Default Re: Big Digits on 4x20 LCD

    Hello Heckler,

    Thank you in advance for sharing this valuable routine.

    I have some questions:


    Would you please let me know if I want to add a point between 1st and 2nd digits? I'd like to show pressure by this method, so would you please modify your source code for this purpose? And how about the "R/w" pin of LCD? Can you please draw a simple diagram on and attach here? Honestly, I cannot understand how you would write your new-design characters inside LCD,

    I would deeply appreciate you, if you enforce the answer please.

    Kind regards,

    Andy

  2. #2
    Join Date
    Oct 2009
    Location
    Utah, USA
    Posts
    427


    Did you find this post helpful? Yes | No

    Default Re: Big Digits on 4x20 LCD

    Hi Andy,

    Well, as you can see it has been a full year since I posted that code.
    I would have to spend several hours studying it to make suggestions that you request.

    Have you tried to load it up and see if you can make it work as is? Just as a starting point?
    As to your question about the R/W pin of the lcd... I was using an LCD with Serial backpack.
    If you don't know what that is take a look here...
    http://store.melabs.com/cat/displays.html
    So if you go that route then you will not have to worry about the R/w line.
    They sell just the backpack if you have your own lcd.
    these are VERY handy for prototyping and testing code because they can be written to via a SEROUT command.

    It should work with a regular LCD also just follow the example in the PBP manual as a starting point.

    The real way to learn is to study and try and modify a small portion of the code or the font data table and see what it does.

    They sell just the backpack if you have your own lcd.
    these are VERY handy for prototyping and testing code because they can be written to via a SEROUT command.

    My suggestion is that you load the code up in Microcode studio... or even better is the IDE called FineLine as it allows you to visualize the various subroutines and loops very well.

    Give the code a try and then ask questions.

    It is very easy to just copy the code above and past it into your IDE and study it there. Then it will be color coded and easier to read.

    If you havent tried FineLine then give it a try.

    Just search the forum here for FineLine as the author is a regular here and you should be able to find a link to down load it.

    good luck
    Last edited by Heckler; - 27th February 2014 at 03:10.
    Dwight
    These PIC's are like intricate puzzles just waiting for one to discover their secrets and MASTER their capabilities.

  3. #3
    Join Date
    Jun 2013
    Posts
    18


    Did you find this post helpful? Yes | No

    Default Re: Big Digits on 4x20 LCD

    Quote Originally Posted by Heckler View Post
    I would have to spend several hours studying it to make suggestions that you request.

    ... I was using an LCD with Serial backpack.
    Hi Heckler,

    I hope it finds you well.

    Thank you for your kind replying here.

    I really appreciate you in advance for your support.

    My suggesstion is to modify your written routine under my Microcode studio and just assign a pin for "R/w". and using LCDIN command for writing in LCD's RAM and so on. Because I should work with usual LCDs. I think I should all these two headers

    DEFINE LCD_RWREG PORTE ' LCD read/write pin port
    DEFINE LCD_RWBIT 2 ' LCD read/write pin bit
    What do you think Sir?

    After I received your help, if my suggestion be right, it seems, it would be easy to fix this section. But now, I am hardly busy at something else, a damn PID routine for pressure control. and honestly I cannot focus on anything else. My mind is 100% busy

    May I very kindly ask you twice to take a look again at your valuable work and give me some points/remedy for implementing a dot, between 1st and 2nd numbers (from left side)?

    I really appreciate you in advance for your support.

    I would never forget your kind help.

    Best regards,

    Andy

Similar Threads

  1. 4X20 TRULY LCD PPB lines 3 & 4
    By earltyso in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 7th January 2007, 09:11
  2. Big characters on HD44780 4x20
    By erpalma in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 7th January 2007, 02:21
  3. code for LCD-4x20 HD44780....HELP
    By Martin.... in forum mel PIC BASIC
    Replies: 13
    Last Post: - 24th July 2006, 22:31
  4. LCD 4x20 HD44780
    By inteco in forum mel PIC BASIC
    Replies: 13
    Last Post: - 27th June 2006, 16:52
  5. 4x20 LCD Display Problem
    By kayki in forum mel PIC BASIC
    Replies: 0
    Last Post: - 24th August 2005, 15:42

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