i2c version has an offset due to wrong copy of temp buffer to display buffer, fixed in Adafruit_SSD1306.h

Dependents:   ezSBC_MPU9250 Test_OLED_Display untodoenuno OledI2CDisplay ... more

Fork of Adafruit_GFX by Neal Horman

History

reversed use Stream logic: default is using Stream for compatibility default tip

2017-07-24, by JojoS [Mon, 24 Jul 2017 19:44:33 +0000] rev 23

reversed use Stream logic: default is using Stream for compatibility


add driver for UC1601S display

2017-07-24, by JojoS [Mon, 24 Jul 2017 21:32:55 +0200] rev 22

add driver for UC1601S display


made deriving from Stream optional

2017-07-24, by JojoS [Mon, 24 Jul 2017 21:30:02 +0200] rev 21

made deriving from Stream optional


Added driver for UC1601S;

2017-07-24, by JojoS [Mon, 24 Jul 2017 11:09:33 +0000] rev 20

Added driver for UC1601S;


changed font to const char, saves 1,2 kB of RAM

2016-11-06, by JojoS [Sun, 06 Nov 2016 15:31:50 +0000] rev 19

changed font to const char, saves 1,2 kB of RAM


added flipVertical Option to constructor; use of reset signal is now optional (NC maybe used for rst pin); added command for clearing page start address (important for usage without hardware reset pin)

2015-03-04, by JojoS [Wed, 04 Mar 2015 20:19:52 +0000] rev 18

added flipVertical Option to constructor; use of reset signal is now optional (NC maybe used for rst pin); added command for clearing page start address (important for usage without hardware reset pin)


removed DigitalOut2 helper, functions now included in DigitalOut

2014-11-17, by JojoS [Mon, 17 Nov 2014 22:55:42 +0000] rev 17

removed DigitalOut2 helper, functions now included in DigitalOut


removed test comments

2014-11-11, by JojoS [Tue, 11 Nov 2014 22:08:20 +0000] rev 16

removed test comments


copy in line 211 requires index-1 because x starts at offset 1 and not at 0.

2014-11-11, by JojoS [Tue, 11 Nov 2014 22:02:52 +0000] rev 15

copy in line 211 requires index-1 because x starts at offset 1 and not at 0.


Code space optimizations;; Make simple set/getter functions inlined.; Fix ifdef around setTextSize() to be either GFX_WANT_ABSTRACTS or GFX_SIZEABLE_TEXT; ifdef drawBitmap() w/ GFX_WANT_ABSTRACTS.;

2014-10-25, by nkhorman [Sat, 25 Oct 2014 20:41:38 +0000] rev 14

Code space optimizations;; Make simple set/getter functions inlined.; Fix ifdef around setTextSize() to be either GFX_WANT_ABSTRACTS or GFX_SIZEABLE_TEXT; ifdef drawBitmap() w/ GFX_WANT_ABSTRACTS.;