Skip to content

Commit

Permalink
2.27.6
Browse files Browse the repository at this point in the history
  • Loading branch information
olikraus committed Jan 27, 2020
1 parent f346a23 commit 12ed2e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ https://github.com/olikraus/u8g2 ChangeLog
* Added JLX256160M for mirrored version of the JLX256160 display (issue 930)
* Unifont update to 12.1.02, added several plane 1 fonts (issue 931)
* bdfconv.exe: Windows exe created, bugfix with -d option (issue 833)
2020-xx-xx v2.27.x olikraus@gmail.com
2020-01-27 v2.27.6 olikraus@gmail.com
* Support for IST7920 (issue 999). Note: IST7920 has nothing todo with ST7920
* Added screenshot/screencapture for full buffer mode (issue 1005)
See: https://github.com/olikraus/u8g2/wiki/u8g2reference#writebufferpbm
Expand All @@ -244,3 +244,4 @@ https://github.com/olikraus/u8g2 ChangeLog
* Support for Open-Smart ST7567 128x64 LCD (issue 1088)
* Added Lucida X11 fonts (issue 271)
* Added several fonts from dafont.com (issue 1093)
* Added 3-wire HW SPI (issue 1041)
4 changes: 4 additions & 0 deletions sys/arduino/u8g2_page_buffer/FPS/FPS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@
U8G2_SH1107_SEEED_128X128_1_HW_I2C Uno Clip=4.9 Box=5.4 @=1.2 Pix=2.0 This is much faster than the older U8G2_SSD1327_SEEED_96X96_1_HW_I2C
27 Jan 2020, Arduino 1.8.4
U8G2_SSD1306_128X64_NONAME_1_3W_SW_SPI Uno Clip=23.9 Box=41.6 @=4.3 Pix=7.5
U8G2_SSD1306_128X64_NONAME_1_3W_HW_SPI Uno Clip=28.4 Box=58.4 @=4.4 Pix=7.9
*/


Expand Down
2 changes: 1 addition & 1 deletion tools/release/print_release.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# without 'v' prefix
echo -n "2.27.5"
echo -n "2.27.6"

0 comments on commit 12ed2e4

Please sign in to comment.