File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -205,12 +205,14 @@ https://github.com/olikraus/u8g2 ChangeLog
205
205
* Added setBusClock() proc to change the I2C/SPI bus clock speed (Arduino only, issue 705)
206
206
* Added sleep mode for ST7920 (issue 245)
207
207
* Added support for SSD0323 (issue 720)
208
- 2019-xx-xx v2.25.x olikraus@gmail.com
208
+ 2019-02-09 v2.25.10 olikraus@gmail.com
209
209
* Improved speed for I2C with SSD1306 controller: 4% faster now (issue 735)
210
210
* Fixed code problems (issues 766 and 754)
211
211
* Added battery symbols and emoticons (issue 747)
212
212
* New U8x8 font format, added large U8x8 fonts (issue 771)
213
213
* Added alternative version for ERC12864 (issue 790)
214
214
* Added Waveshare SSD1607 200x200 support (issue 637)
215
215
* Added support for SSD1318 (issue 784)
216
+ * Partial display update with updateDisplayArea (issue 736)
217
+ * Several new decorative and fancy fonts (issue 801)
216
218
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ rm ./../../../../U8g2_Arduino/src/clib/u8x8_d_stdio.c
15
15
16
16
# page buffer
17
17
18
+ mkdir ../../../../U8g2_Arduino/examples/page_buffer/Devanagari
19
+ cp ../../../sys/arduino/u8g2_page_buffer/Devanagari/* .ino ../../../../U8g2_Arduino/examples/page_buffer/Devanagari/.
20
+
18
21
mkdir ../../../../U8g2_Arduino/examples/page_buffer/UpdatePartly
19
22
cp ../../../sys/arduino/u8g2_page_buffer/UpdatePartly/* .ino ../../../../U8g2_Arduino/examples/page_buffer/UpdatePartly/.
20
23
Original file line number Diff line number Diff line change 1
1
# without 'v' prefix
2
- echo -n " 2.25.9 "
2
+ echo -n " 2.25.10 "
You can’t perform that action at this time.
0 commit comments