1
Dependents: BLE_TemperatureObserver
History
+ssd1306
2019-12-15, by mamont090671 [Sun, 15 Dec 2019 13:48:33 +0000] rev 24
+ssd1306
reversed use Stream logic: default is using Stream for compatibility
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.