Store Custom Characters for LCD in EEPROM?


Closed Thread
Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: Store Custom Characters for LCD in EEPROM?

    Hi Chris,
    Remember that the CGRAM in the display controller is limited to 64 bytes (if we're talking HD44780) so even if you store 50 custom characters in your EEPROM I don't think you can display more than 8 of them simultaneously. Perhaps it's possible to load a character to the CGRAM, "print it" and then load another character to CGRAM replacing the first one without it automatically being replaced on the actual display. I don't know for sure, just something to think about.

    Anyway, the DATA directive/command is used to embedd EEPROM data in the .hex file so that the EEPROM is programmed at the same time as the program flash (as long as the device programmer is setup to "program EEPROM"). READ is then used to retrieve the data from the EEPROM. WRITE is used to write to the EEPROM at runtime.

    /Henrik.

  2. #2
    Join Date
    Feb 2013
    Posts
    1,124


    Did you find this post helpful? Yes | No

    Default Re: Store Custom Characters for LCD in EEPROM?

    There were early implementations of these display modules, where discrete ICs were used, and charset was in separate mask rom. It was possible to replace such rom chip with own chip, with all custom chars in it. I haven't seen such module live maybe for last 15 years or so.

Similar Threads

  1. Displaying Custom Characters on LCD.
    By wdmagic in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 20th March 2013, 18:21
  2. newbe wants to store in 16f887 eeprom help
    By lecoind in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 23rd June 2012, 00:52
  3. Writing custom characters to LCD display
    By badrad in forum mel PIC BASIC Pro
    Replies: 59
    Last Post: - 21st April 2012, 22:05
  4. eeprom how many data can store
    By DragonBall_6 in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 5th December 2006, 11:39
  5. Using EEPROM to store variables...
    By Tom Gonser in forum mel PIC BASIC Pro
    Replies: 21
    Last Post: - 6th April 2005, 15:51

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