EngineersGarage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
You are here: Home / Replies / Thanks for the reply. I did

Thanks for the reply. I did

|

Miscellaneous › Others › Displaying Custom Characters on 16*2 LCD › Thanks for the reply. I did

February 14, 2013 at 9:01 am #9134
pranathi
Participant

Thanks for the reply.

 

I did the follow the same as givne in the link.

But i couldnt get anything on the disaply.

 

void BuildCustom(uint8_t ucCGRAMloc, uint8_t *ucpData)
{
 uint8_t i;
 if(ucCGRAMloc<8)
 {
    WriteCmd((DISPLAY_CG_RAM_ADDRESS+ucCGRAMloc*8));
    for(i=0;i<8;i++)
       WriteData(ucpData[ i ]);
 }
}

 

 

 

 

void WriteCustomChar(void)
{ BuildCustomChar(0x01,ucArrow);
 WriteCmd(0x64);
 WriteString(ucBatteryFull); 
 SetPos(0,0);
 WriteData(0);  // Location of LCD where the character is to be displayed 
 Delay(10);

}

 

 

here is my code. Please guide me where am i going wrong

RSS Recent Posts

  • How to power up two stereo audio amplifiers from a single source of power supply August 16, 2022
  • Need help for diy ups project August 16, 2022
  • Is there a discord for this forum? August 16, 2022
  • cadence transient and pss simulation August 16, 2022
  • Digital Display Information August 16, 2022

Stay Up To Date

Newsletter Signup
EngineersGarage

Copyright © 2022 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy | Advertising | About Us

Search Engineers Garage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools