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
  • Advertise
You are here: Home / Topics / Hindi letters in LCD using AVR-16

Hindi letters in LCD using AVR-16

|

Microcontroller › AVR › Hindi letters in LCD using AVR-16

  • This topic has 2 replies, 3 voices, and was last updated 14 years, 6 months ago by dagakshay.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • June 26, 2011 at 6:42 am #4740
    prasoon
    Participant

    we can also write hindi letters  in LCD. its very simple , if you have small knowledge of ‘C’ programming . you can try this by follow the code.-

     

     

     

    #include<avr/io.h>
    #include<util/delay.h>
    #include<lcd_lib.h>
    #include<avr/pgmspace.h>
    const uint8_t backslash[] PROGMEM=
    {
     
    0b00011111, // change value according to your hindi charcter
    0b00000100,
    0b00001110,
    0b00010101,
    0b00010101,
    0b00001101,
    0b00000100,
    0b00000100
     
    };
    int main()
    {
     
    int i=0, j=0;
    char a[16];
    LCDinit();
    LCDclr();
    while(1)
    {
    LCDdefinechar(backslash,0);
    LCDGotoXY(0,0);
    LCDsendChar(0);
    _delay_ms(100);
    }
    }
     
     
     
    LCD 16x2

     

    June 26, 2011 at 4:13 pm #6388
    nikhil jain
    Participant

    but how to get the values according to  hindi charcters…………..

     

    July 23, 2011 at 6:27 am #6507
    dagakshay
    Participant

    hi parasoon can you explain how does the code works

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Log In

RSS Recent Posts

  • CR2/CR123A Batteries In Projects February 9, 2026
  • Variable audio oscillator February 8, 2026
  • Do i need a buffer? February 8, 2026
  • ANOTHER OLD PROJECT REDO February 7, 2026
  • wall transformer polarity February 7, 2026

Stay Up To Date

Newsletter Signup
EngineersGarage

Copyright © 2026 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
  • Advertise