Skip to content

Instantly share code, notes, and snippets.

View anticor248's full-sized avatar
💭
Learning Flutter

Goktug ULAS anticor248

💭
Learning Flutter
  • Turkey
View GitHub Profile
@anticor248
anticor248 / PCD8544.h
Created December 24, 2018 13:56 — forked from DmitryMyadzelets/PCD8544.h
MSP430 + PCD8544-based LCD (like Nokia 5110)
#ifndef PCD8544_H_
#define PCD8544_H_
#define PCD8544_POWERDOWN 0x04
#define PCD8544_ENTRYMODE 0x02
#define PCD8544_EXTENDEDINSTRUCTION 0x01
#define PCD8544_DISPLAYBLANK 0x0
#define PCD8544_DISPLAYNORMAL 0x4
#define PCD8544_DISPLAYALLON 0x1