forked from olikraus/u8glib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,9 +159,13 @@ u8glib ChangeLog | |
* Fixed bug in u8g_DrawLine(), Github issue 343 | ||
* Fixed bug in u8g_DrawStr90P(), Github issue 331 | ||
* Support for SSD1306 with 64x48 pixel | ||
2016-04-05 v1.19 | ||
2016-04-05 v1.19 Oliver Kraus <[email protected]> | ||
* Fixed contrast (brightness) setting for SH1106 and SSD1306 devices | ||
* Fixed compiler warnings | ||
2016-05-24 v1.20 Oliver Kraus <[email protected]> | ||
* Experimental support for LD7032 I2C | ||
* HW SPI Support for ATMega128 | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# without 'v' prefix | ||
echo -n "1.19.1" | ||
echo -n "1.20.0" |