- code cleaned up in many points for a better readability - removed SPIPreinit and I2CPreinit classes - moved various method implementations from .h files to the corresponding .cpp ones - the splash() and clearDisplay() methods now directly update the display; no more need to call the display() method after them
Dependencies: Adafruit_GFX mbed
Fork of Adafruit_GFX by
History
-
2015-09-04, by frada [Fri, 04 Sep 2015 10:08:31 +0000] rev 18
-
- code cleaned up in many points for a better readability; - removed SPIPreinit and I2CPreinit classes; - moved various method implementations from .h files to the corresponding .cpp ones; - splash() and clearDisplay() methods now directly call display(
2015-09-03, by frada [Thu, 03 Sep 2015 20:27:40 +0000] rev 17
- code cleaned up in many points for a better readability; - removed SPIPreinit and I2CPreinit classes; - moved various method implementations from .h files to the corresponding .cpp ones; - splash() and clearDisplay() methods now directly call display(
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
merge documentation
2014-10-21, by nkhorman [Tue, 21 Oct 2014 02:16:49 +0000] rev 12
merge documentation
Add some documentation
2014-10-21, by nkhorman [Tue, 21 Oct 2014 02:04:08 +0000] rev 11
Add some documentation
fix - missed this in the refactor
2014-10-20, by nkhorman [Mon, 20 Oct 2014 03:16:15 +0000] rev 10
fix - missed this in the refactor
c++'ify the SPI vs I2C driver portions, instead of compile time defines.; The SSD1306 driver can now be instantiated multiple times, supporting simultaneous displays of differing dimensions.
2014-10-19, by nkhorman [Sun, 19 Oct 2014 20:55:27 +0000] rev 9
c++'ify the SPI vs I2C driver portions, instead of compile time defines.; The SSD1306 driver can now be instantiated multiple times, supporting simultaneous displays of differing dimensions.