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 / Replies / Hi BrandonMaking custom

Hi BrandonMaking custom

|

Microcontroller › AVR › dcc using avr › Hi BrandonMaking custom

October 6, 2016 at 5:40 am #14187
GANEEV SINGH
Participant

Hi Brandon

Making custom characters demands few commands to be executed like this:

Lcd8_Cmd(72);    
 
Lcd8_Write_Char(0);      //ROW 1
Lcd8_Write_Char(14);  //ROW 2 
Lcd8_Write_Char(10);    //ROW 3  
Lcd8_Write_Char(10);    //ROW 4
Lcd8_Write_Char(31);    //ROW 5
Lcd8_Write_Char(27);    //ROW 6
Lcd8_Write_Char(31);    //ROW 7
Lcd8_Write_Char(31);    //ROW 8
 
Lcd8_Cmd(0xcf);
Lcd8_Write_Char(1);
 
The values written inside the row commands above such as 0, 14, 10, etc are the decimal equivalent of 5 bits in a row where writing a logic '1' to any bit represents a black dot over that point while logic '0' clears it away. This particular code will generate a small "lock" like character of 5X8 pixels.
Just give it a try and you'll understand this much better.

RSS Recent Posts

  • My Advanced Realistic Humanoid Robots Project December 7, 2025
  • Looking for single photovoltaic cells for light gate December 7, 2025
  • I am ready to move from electrical and electronics field but confused where ? December 7, 2025
  • Hitachi SuperScan Elite 802 CRT Monitor Issues (Model CM802U) December 7, 2025
  • Sanity Check – Peltier "Cooler" for Heating and Cooling December 7, 2025

Stay Up To Date

Newsletter Signup
EngineersGarage

Copyright © 2025 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