-
Notifications
You must be signed in to change notification settings - Fork 122
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
8 changed files
with
2,113 additions
and
6 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
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 |
---|---|---|
|
@@ -185,11 +185,21 @@ https://github.com/olikraus/u8g2 ChangeLog | |
* Added Devanagari/Hindi font variant (issue 584) | ||
* Added tom-thumb font (issue 563) | ||
* Added AVR specific optimization for 3-wire Software SPI (issue 586) | ||
2018-xx-xx v2.23.xx [email protected] | ||
2018-08-24 v2.23.18 [email protected] | ||
* NEW FONT FORMAT for speedup of the unicode font section (issue 596) | ||
* Fixed a bug in the font construction for monospaced fonts (issue 669) | ||
* Added SpaceTrash game (issue 622) | ||
* Fixed a bug with the CS line for huge KS0108 displays (issue 631) | ||
* Fixed #if's for some AVR uC (issue 662) | ||
* Added support for SH1108 controller (issue 619) | ||
* Added support for T6963 160x80 Displays (issue 635) | ||
* Added support for EA W128128 (issue 641) | ||
* Added support for LC7981 240x64 (issue 642) | ||
* Added support for ST7567 ENH-DG128064 (issue 616) | ||
* Included pull request for ST7586, support for ERC240160 & s028hn118a (pull request 660) | ||
* Added SpaceTrash game (issue 622) | ||
* Added contributed 7-segment font, https://github.com/olikraus/u8g2/wiki/fntgrpu8g#7segments_26x42 (issue 634) | ||
* Added several fonts from fontstruct.com, https://github.com/olikraus/u8g2/wiki/fntgrpfontstruct (issue 687)# | ||
This also includes several outline fonts. | ||
|
||
|
||
|
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
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,5 +1,5 @@ | ||
name=U8g2 | ||
version=2.23.17 | ||
version=2.23.18 | ||
author=oliver <[email protected]> | ||
maintainer=oliver <[email protected]> | ||
sentence=Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1701, ST7565, ST7567, ST7588, ST75256, NT7534, IST3020, ST7920, LD7032, KS0108, SED1520, SBN1661, IL3820, MAX7219. Interfaces: I2C, SPI, Parallel. | ||
|
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
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
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
Oops, something went wrong.