Fork of Adafruit OLED driver to debug integration with RedBear Nano SPI driver
Fork of Adafruit_GFX by
History
Constructor only calls begin, doesn't perform any SPI transfers
2015-02-26, by tsh [Thu, 26 Feb 2015 11:27:37 +0000] rev 22
Constructor only calls begin, doesn't perform any SPI transfers
no SPI inside begin
2015-02-26, by tsh [Thu, 26 Feb 2015 00:05:12 +0000] rev 21
no SPI inside begin
Include SPI within gfx
2015-02-25, by tsh [Wed, 25 Feb 2015 23:43:36 +0000] rev 20
Include SPI within gfx
constructor unwound, transfer stalls.
2015-02-25, by tsh [Wed, 25 Feb 2015 22:00:53 +0000] rev 19
constructor unwound, transfer stalls.
compiles
2015-02-25, by tsh [Wed, 25 Feb 2015 20:32:45 +0000] rev 18
compiles
Add nRF SPI transport
2015-02-25, by tsh [Wed, 25 Feb 2015 20:05:23 +0000] rev 17
Add nRF SPI transport
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.;
flesh out the config defines
2014-10-21, by nkhorman [Tue, 21 Oct 2014 02:30:58 +0000] rev 13
flesh out the config defines