2.27.6
This commit is contained in:
parent
f346a2325c
commit
12ed2e4835
|
@ -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
|
||||
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# without 'v' prefix
|
||||
echo -n "2.27.5"
|
||||
echo -n "2.27.6"
|
||||
|
|
Loading…
Reference in New Issue