Skip to content

Instantly share code, notes, and snippets.

View raghavendrahassy's full-sized avatar
🎯
Focusing

Gururaghavendra Hasigal raghavendrahassy

🎯
Focusing
View GitHub Profile
/*
A set of custom made large numbers for a 16x2 LCD using the
LiquidCrystal librabry. Works with displays compatible with the
Hitachi HD44780 driver.
The Cuicuit:
LCD RS pin to D12
LCD Enable pin to D11
LCD D4 pin to D5
LCD D5 pin to D4
#include <SFE_BMP180.h>
#include <Wire.h>
#include <SPI.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
#include <Button.h>
#include <EEPROM.h>
#include "EEPROMAnything.h"
// If using software SPI (the default case):