SSD1306 LCD 96x16 model

Dependents:   testSoftware8_alles_display

Fork of ssd1306_library by Miguel Angel Rodriguez Jodar

Revision:
11:1b5a69808460
Parent:
10:346065d26cc9
Child:
13:e52c5cb758ca
--- a/ssd1306.h	Tue Aug 07 11:27:27 2018 +0000
+++ b/ssd1306.h	Thu Aug 09 12:41:15 2018 +0000
@@ -27,6 +27,9 @@
 #define SSD1306_DISPLAYOFF 0xAE
 #define SSD1306_DISPLAYON 0xAF
 
+#define SSD1306_SETCOLUMNADRESS 0x21
+#define SSD1306_SETPAGEADRESS 0x22
+
 #define SSD1306_SETDISPLAYOFFSET 0xD3
 #define SSD1306_SETCOMPINS 0xDA