Skip to content

Instantly share code, notes, and snippets.

View hisachin's full-sized avatar
🏠
Working from home

sachin hisachin

🏠
Working from home
View GitHub Profile
@hisachin
hisachin / custom_charactar
Created December 25, 2015 13:53
custom_charactar code
// ProjectsDunia
// http://projectsdunia.blogspot.in
// http://fb.com/projectsdunia
// Display custom character in lcd
#include <LiquidCrystal.h>
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
int led=13;
// Store custom character
byte smile[8] =
{
/*
PROJECTSDUNIA
" DC Votmeter using ARDUINO "
Designed By Sachin Jaiswal
In this we measure the input voltage and display it on the 16 * 2 LCD Module
For Full Description Visit http://projectsdunia.blogspot.com
*/
#include <LiquidCrystal.h>