Skip to content

Commit

Permalink
2.34.22
Browse files Browse the repository at this point in the history
  • Loading branch information
olikraus committed Jun 18, 2023
1 parent 293c14f commit f53e529
Show file tree
Hide file tree
Showing 12 changed files with 4,855 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Description: https://github.com/olikraus/u8g2/wiki

Issue Tracker: https://github.com/olikraus/u8g2/issues

Download (2.34.21): https://github.com/olikraus/U8g2_Arduino/archive/master.zip
Download (2.34.22): https://github.com/olikraus/U8g2_Arduino/archive/master.zip

649 changes: 649 additions & 0 deletions examples/mui/MUIBlink/MUIBlink.ino

Large diffs are not rendered by default.

498 changes: 498 additions & 0 deletions examples/mui/MUICountDown/MUICountDown.ino

Large diffs are not rendered by default.

541 changes: 541 additions & 0 deletions examples/mui/MUIInput2BtnBounce2/MUIInput2BtnBounce2.ino

Large diffs are not rendered by default.

552 changes: 552 additions & 0 deletions examples/mui/MUIInput3BtnBounce2/MUIInput3BtnBounce2.ino

Large diffs are not rendered by default.

539 changes: 539 additions & 0 deletions examples/mui/MUIInput3BtnWithU8g2/MUIInput3BtnWithU8g2.ino

Large diffs are not rendered by default.

546 changes: 546 additions & 0 deletions examples/mui/MUIInputSimpleRotary/MUIInputSimpleRotary.ino

Large diffs are not rendered by default.

Large diffs are not rendered by default.

446 changes: 446 additions & 0 deletions examples/mui/MUIMinimal/MUIMinimal.ino

Large diffs are not rendered by default.

507 changes: 507 additions & 0 deletions examples/mui/MUIStopwatch/MUIStopwatch.ino

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion extras/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ https://github.com/olikraus/u8g2 ChangeLog
* Experimental support for ST75160, TESTING REQUIRED (issue 1642)
* Bugfix font compression: Reduced fontsize by up to 4% (issue 1941)
* Changed SPI mode for SH1106 from 3 to 0 (issue 1901)
2023-06-18 v2.34.21 [email protected]
2023-06-18 v2.34.22 [email protected]
* SSD1327 ZJY M150 128x128 (issue 1960)
* SSD1316 96x32 (issue 1938)
* SSD1322 240x128 (issue 2092)
Expand All @@ -321,4 +321,5 @@ https://github.com/olikraus/u8g2 ChangeLog
* Added MUI fixed width bar graph (issue 2200)
* Added 04b fonts from u8glib (issue 2157)
* Added "font_tiny5" (issue 2185)
* Added MUI (https://github.com/olikraus/u8g2/wiki/muimanual) examples (issue 1747)

2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=U8g2
version=2.34.21
version=2.34.22
author=oliver <[email protected]>
maintainer=oliver <[email protected]>
sentence=Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1312, SSD1316, SSD1318, SSD1320, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1638, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75160, ST75256, ST75320, NT7534, ST7920, IST3020, IST3088, IST7920, LD7032, KS0108, KS0713, HD44102, T7932, SED1520, SBN1661, IL3820, MAX7219, GP1287, GP1247, GU800. Interfaces: I2C, SPI, Parallel.
Expand Down

0 comments on commit f53e529

Please sign in to comment.