u8g2-copy/ChangeLog

267 lines
13 KiB
Plaintext
Raw Normal View History

2016-01-01 17:00:44 +08:00
https://github.com/olikraus/u8g2 ChangeLog
2016-06-12 22:44:56 +08:00
2016-04-30 v2.0.1 olikraus@gmail.com
* Support for DOGS102, ST7920, SSD1306
* Most graphics primitives are implemented
2016-06-12 22:44:56 +08:00
2016-05-15 v2.0.3 olikraus@gmail.com
2016-05-15 20:47:09 +08:00
* Support for Adafruit FeatherWing 128x32 OLED
* Added Wire.h support (I2C for SSD1306)
* Successfully tested with Adafruit ESP8266 Feather Board (HW+SW I2C)
* Successfully tested with Adafruit Feather M0 Basic Board (HW+SW I2C)
2016-06-12 22:44:56 +08:00
2016-06-12 v2.0.4 olikraus@gmail.com
2016-06-12 17:51:18 +08:00
* Support for ST7565
2016-06-25 v2.0.6 olikraus@gmail.com
2016-06-25 13:51:00 +08:00
* User interface functions
* Little Rook Chess ported
* ST7920 HW and SW SPI
2016-06-27 02:50:12 +08:00
2016-06-26 v2.0.7 olikraus@gmail.com
* drawLine
* GraphicsTest Example
2016-08-10 04:04:33 +08:00
2016-08-09 v2.1.5 olikraus@gmail.com
2016-07-03 16:14:47 +08:00
* T6963 Support
2016-07-15 03:28:53 +08:00
* Experimental Support for SSD1322 256x64
2016-07-27 21:59:53 +08:00
* A2 Thermoprinter Support
2016-07-28 19:53:09 +08:00
* Added several fonts from http://int10h.org/oldschool-pc-fonts/
2016-08-10 04:04:33 +08:00
* Added Arabic, Greek and Cyrillic fonts.
* Code cleanup (assert, spi modes, void * warning)
2016-08-19 03:12:36 +08:00
2016-08-17 v2.2.7 olikraus@gmail.com
2016-08-10 05:22:00 +08:00
* U8x8: Upscale by 2 (Issue 41)
2016-08-13 03:11:42 +08:00
* Fixed SSD1306 I2C procedures (mirror pixel in last tile column, issue 44)
2016-08-18 03:01:03 +08:00
* Experimental support für mini12864 (pull request)
* Use beginTransaction for SPI. This requires Arduino 1.6.0
2016-08-20 20:04:33 +08:00
2016-08-18 v2.3.2 olikraus@gmail.com
2016-08-19 03:12:36 +08:00
* MINI12874; Fixed HW Flip Mode (pull request 49)
2016-08-19 03:14:25 +08:00
* Fixed ST7920 HW SPI with very fast uC, issue 50
2016-08-20 20:04:33 +08:00
* Improved HW SPI for SH1106 and SSD1306 displays
* Fixed issue with missing fonts
2016-08-22 03:32:10 +08:00
2016-08-21 v2.4.1 olikraus@gmail.com
* Fixed HW SPI Modes (issue 52)
2016-10-02 17:00:59 +08:00
2016-10-01 v2.5.2 olikraus@gmail.com
2016-08-27 13:12:42 +08:00
* Added crox fonts (issue 57)
2016-09-25 16:26:39 +08:00
* Support for RA8835 (issue 45)
2016-10-01 14:37:18 +08:00
* Added support for SSD1322 and SSD1325
* Added DrawXBMP (AVR: Assume bitmap in PROGMEM)
2016-10-02 05:14:09 +08:00
* Added japanese fonts (issue 65)
2016-11-14 02:02:53 +08:00
2016-11-13 v2.6.3 olikraus@gmail.com
2016-11-13 04:02:15 +08:00
* Added support for UC1610 (EA DOGXL160)
2016-11-06 00:37:45 +08:00
* Use Wire.setClock() for improved HW I2C performance (issue 79). This
requires Arduino IDE 1.6.0 or higher.
* Added Thai Fonts (issue 73)
* Added support for "\n" in the print function for u8x8 (issue 74)
2016-11-07 05:36:45 +08:00
* Screen mirror option for U8g2 (issue 76)
2016-11-13 00:36:13 +08:00
* Added support for second wire interface (Constructor postfix 2ND_HW_I2C)
2016-11-14 01:55:10 +08:00
* Added support for UC1611 (EA DOGM240 and EA DOGXL240, issue 66)
2016-11-29 05:46:19 +08:00
2016-11-28 v2.7.5 olikraus@gmail.com
2016-11-21 01:18:14 +08:00
* Added support for 0.66" 64x48 SSD1306 OLED (issue 89)
2016-11-23 03:18:51 +08:00
* Support for UC1608 (issue 92)
2016-11-27 01:38:40 +08:00
* Speed improvements for SW SPI und 8080 mode (issues 87, 90 and 95)
* Fixed issue with ST7920 not using the optimized SW SPI procedures (issue 87)
2016-11-28 03:28:32 +08:00
* Direct buffer API (issue 93)
2016-12-12 04:24:27 +08:00
2016-12-11 v2.8.4 olikraus@gmail.com
2016-12-04 05:21:47 +08:00
* Increased contrast range for SSD1306 (issue 98)
2016-12-07 05:51:15 +08:00
* Support for KS0108 (issue 88)
2016-12-08 01:50:00 +08:00
* Support for UC1608 240x128 (issue 101)
2016-12-12 04:24:27 +08:00
* Speed improvement (issue 96)
2016-12-13 04:13:03 +08:00
2016-12-12 v2.8.5 olikraus@gmail.com
* Bugfix for issue 96 (issue 106)
2016-12-21 05:09:35 +08:00
2016-12-20 v2.9.1 olikraus@gmail.com
2016-12-18 18:01:15 +08:00
* Speed improvement for AVR/KS0108 (issue 104)
* Support for UC1604 (issue 111)
* Support for PCD8544/Nokia Display (issue 107)
2016-12-21 03:57:51 +08:00
* Change/fixed behavior of userInterfaceSelectionList (issue 112)
2016-12-27 07:14:44 +08:00
2016-12-23 v2.9.2 olikraus@gmail.com
* Reverted the setup for SSD1306_NONAME to the original setup (undo issue 98)
* Introduced SSD1306_VCOMH0 for the max range setup (issue 116)
2017-01-02 00:25:41 +08:00
2016-12-30 v2.10.1 olikraus@gmail.com
2016-12-28 15:02:53 +08:00
* ST7565 LM6059 Display (issue 123)
2016-12-30 14:54:47 +08:00
* SSD1606 eInk/ePaper Display (issue 100)
2016-12-31 18:12:25 +08:00
* Documentation updates
2017-01-10 07:27:41 +08:00
2017-01-08 v2.11.4 olikraus@gmail.com
2017-01-02 00:25:41 +08:00
* Support for LC7981 (issue 134)
* Support for PCF8812 (issue 135)
2017-01-04 16:54:35 +08:00
* Fixed wrong half-move notation in Little Rook Chess (issue 137)
2017-01-05 18:14:01 +08:00
* Support for ST7567, Pax Instruments GLCD Shield (issue 138)
* Support for NT7534 (issue 143)
* Support for SSD1327, Seeedstudio OLED (issue 145)
2017-01-07 19:59:30 +08:00
* Support for SSD1305 (issue 146)
* Support for DOGM132 (issue 147)
2017-01-14 14:20:57 +08:00
* Fixed a bug in the draw pixel procedure which appears in full buffer mode,
2017-01-08 06:15:05 +08:00
if the display width is not a multiple of 8 (issue 148)
2017-01-08 14:14:21 +08:00
* Added XOR mode (setDrawColor 2, issue 56)
2017-01-15 17:50:16 +08:00
2017-01-15 v2.12.6 olikraus@gmail.com
2017-01-14 14:20:57 +08:00
* Support for SSD1309 (issue 113)
2017-01-15 03:48:32 +08:00
* Enabled U8G2_HVLINE_SPEED_OPTIMIZATION (not sure why this was disabled)
* Improved speed for ST7920 (up to 40%, issue 151)
* Support for IST3020 (issue 153)
2017-02-08 00:48:46 +08:00
2017-02-07 v2.13.6 olikraus@gmail.com
2017-01-18 04:58:40 +08:00
* Support for ST7588 (issue 154)
2017-01-20 05:05:36 +08:00
* ESP8266: Avoid RAM copy of the fonts (issue 159)
2017-02-05 20:12:22 +08:00
* Support for SSD1607 (issue 133)
* Support for hardware pin remapping on the ESP8266 (issue 158)
* Bugfix for the KS0108 support (issue 168)
2017-02-08 00:48:46 +08:00
* More fonts: https://github.com/olikraus/u8g2/wiki/fntgrpnbp (issue 174)
2017-03-12 04:29:27 +08:00
2017-03-11 v2.14.7 olikraus@gmail.com
2017-03-12 05:04:57 +08:00
* Bugfix: setFont does no longer resets the reference position (issue 195)
2017-03-12 04:29:27 +08:00
* Support for ST7565 NHD C12864 (issue 186)
* Support for SSD1329 128x96 OLED (issue 208)
* Support for LC7981 240x128 (issue 193)
* Performance improvement for the ST7920 (issue 200)
2019-01-20 14:35:02 +08:00
2017-05-22 v2.15.2 olikraus@gmail.com
2017-03-17 04:24:11 +08:00
* Added setBitmapMode (pull request 220)
2017-05-14 15:48:29 +08:00
Warning: Default behavior of drawXBM has changed in this release.
* Increased SPI speed to 8MHz for SSD1306, SH1106 and SSD1322 (issue 215)
* Added some more examples (issue 216)
* Added Urdu, Bengali, Hebrew and Polish language fonts (issues 221, 246 and 266)
2017-05-21 18:49:43 +08:00
* Added more examples (issue 216)
* Updated code for NHD C12864 (issues 219 and 241)
2017-05-22 06:14:28 +08:00
* Improved speed for HW SPI with SSD13xx OLEDs (issue 215)
2017-08-12 18:48:39 +08:00
2017-08-12 v2.16.9 olikraus@gmail.com
2017-07-01 15:57:00 +08:00
* Fonts u8g2_font_unifont_t_korean1, u8g2_font_unifont_t_korean2 (issue 266)
2017-07-01 18:53:47 +08:00
* Added support for 64128N ST7565 based display (issue 292)
2017-07-01 19:52:58 +08:00
* Added extended fonts (_te, unicodes 32-701, issue 284)
* Added support for MAX7219 (issue 280)
2017-07-07 04:24:37 +08:00
* Performance optimization for SSD1322/25/27 (issue 302)
2017-08-12 18:48:39 +08:00
* Fixed setContrast for SSD1322 (issue 328)
2017-07-09 15:07:14 +08:00
* Support for 96x16 SSD1306 OLED (issue 295)
2017-07-14 16:35:05 +08:00
* Fixed OldStandard-Bold fonts (osb, issue 306)
2017-08-12 02:30:39 +08:00
* Support for SED1520/SBN1661 (issue 324)
2019-01-20 14:35:02 +08:00
2017-09-10 v2.17.11 olikraus@gmail.com
2017-08-19 03:14:35 +08:00
* Additional _m_ and _h_ symbol fonts (issue 335)
2017-09-08 17:37:53 +08:00
* Added parallel interfaces for several UC16xx devices (issue 339)
* Support for IL3820, WaveShare 2.9" e-paper (issues 318 & 347)
2017-09-09 15:34:03 +08:00
* Improved debounce algorithm (issue 338)
2017-09-09 23:57:35 +08:00
* Power save mode for SSD1607 device (issue 352)
2019-01-20 14:35:02 +08:00
2017-09-30 v2.18.13 olikraus@gmail.com
2017-09-22 02:10:26 +08:00
* Support for ST7567_JLX12864 (issue 365)
2017-09-28 03:20:28 +08:00
* Support for UC1611 (no "s") (issue 339)
2017-09-30 16:56:22 +08:00
* Fixed several issues related to the _F_ (full buffer) mode (issue 370)
2019-01-20 14:35:02 +08:00
2017-10-13 v2.19.8 olikraus@gmail.com
2017-10-07 11:58:35 +08:00
* Support for UC1601 (issue 378)
* Support for ESP32 I2C pin remapping (issue 377)
2017-10-14 00:48:02 +08:00
* Support for ST75256 (SPI), JLX256128, JLX172104 (issue 163)
* Added uw-ttyp0 fonts (issue 349)
2019-01-20 14:35:02 +08:00
2017-12-09 v2.20.13 olikraus@gmail.com
2017-10-21 14:06:54 +08:00
* Bugfix for drawBitmap (issue 391)
* I2C support for ST75256 (issue 384)
2017-10-21 16:03:15 +08:00
* Support for SSD1327 128x128 display (issue 397)
* Support for ST75256 JLX25664 display (issue 399)
2017-10-29 14:16:03 +08:00
* Added keywords.txt (issue 402)
* Experimental support for SSD1326 (issue 398)
* Experimental alternative COM config for SSD1306 128x64 (issue 408)
2017-10-29 15:08:04 +08:00
* New SH1106 init sequence (SH1106_WINSTAR, issue 316)
2017-12-09 05:02:32 +08:00
* Support for SSD1322 NHD 128x64 (issue 412)
2017-12-15 02:23:15 +08:00
* Fixed profont17 (issue 438)
2019-01-20 14:35:02 +08:00
2018-02-18 v2.21.8 olikraus@gmail.com
2018-02-17 23:49:20 +08:00
* Support for SH1107 (issue 501)
2018-02-19 04:30:43 +08:00
* Support for HX1230 (issue 469)
* Bugfix for displays with display height not a multiple of 8 (issue 469)
2018-02-17 23:49:20 +08:00
* FontUsage demo for full buffer mode (issue 490)
* Added 1x2 (double height) draw procedures to U8x8 (issue 474)
2018-02-14 04:56:21 +08:00
With this feature a 128x32 display can replace a 16x2 Char LCD.
2018-02-17 23:49:20 +08:00
* New constructor for the Good Display 200x200 eInk (issue 454)
* Update for the ST7920 device for more stable output (issue 487)
* Double height (2x1) chars for U8x8 API (issue 474)
* Excluded I2C for several ATMega uC which do not have HW I2C (issue 508)
* Fixed UC1610 contrast command (issue 428)
* Added WQY Chinese fonts at sizes 12, 13, 14, 15 and 16
including gb2312 support (issue 455)
* Added new full buffer demo for the Chinese fonts (Shennong.ino, issue #455)
* Added siji icon font u8g2_font_siji_t_6x10 (issue 451)
2019-01-20 14:35:02 +08:00
2018-04-30 v2.22.18 olikraus@gmail.com
2018-05-01 05:19:43 +08:00
* Bugfix for draw1x2string (u8x8 API)
* Changed return value for "begin()" (issue 518)
* New feature: U8log, https://github.com/olikraus/u8g2/wiki/u8logreference
2018-02-27 01:42:09 +08:00
* Added SSD1306 128x64 Adafruit OLED (issue 521)
* Added Winstart SSD1306 64x48 OLED variant (issue 522)
2018-04-06 05:37:03 +08:00
* Added support for JLX240160 (issue 556)
2018-04-15 14:40:36 +08:00
* Added support for JLX12864 (ST7565 variant, issue 440)
2018-04-29 21:53:30 +08:00
* Added support for JLX256160 (issue 561)
2018-05-01 05:19:43 +08:00
* Added support for SH1122 256x64 OLED (issue 420)
* Added open iconic icons (issue 535)
* Added several Persian fonts (issue 541)
* Added additional Japanese font variants (issue 581)
* Added Devanagari/Hindi font variant (issue 584)
* Added tom-thumb font (issue 563)
2018-04-30 16:30:17 +08:00
* Added AVR specific optimization for 3-wire Software SPI (issue 586)
2019-01-20 14:35:02 +08:00
2018-08-24 v2.23.18 olikraus@gmail.com
2018-05-02 02:48:35 +08:00
* NEW FONT FORMAT for speedup of the unicode font section (issue 596)
2018-08-04 15:41:32 +08:00
* Fixed a bug in the font construction for monospaced fonts (issue 669)
2018-08-24 19:34:12 +08:00
* 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)
2018-08-05 00:05:43 +08:00
* Added support for T6963 160x80 Displays (issue 635)
* Added support for EA W128128 (issue 641)
2018-08-24 19:34:12 +08:00
* 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.
2019-01-20 14:35:02 +08:00
2018-10-28 v2.24.3 olikraus@gmail.com
2018-10-28 06:08:06 +08:00
* Added clip window support (issue 364)
2018-10-29 04:53:03 +08:00
* Added setBusClock() proc to change the I2C/SPI bus clock speed (Arduino only, issue 705)
* Added sleep mode for ST7920 (issue 245)
* Added support for SSD0323 (issue 720)
2019-02-10 01:02:12 +08:00
2019-02-09 v2.25.10 olikraus@gmail.com
2018-12-21 05:42:00 +08:00
* Improved speed for I2C with SSD1306 controller: 4% faster now (issue 735)
* Fixed code problems (issues 766 and 754)
2019-01-20 14:35:02 +08:00
* Added battery symbols and emoticons (issue 747)
2019-01-02 18:58:18 +08:00
* New U8x8 font format, added large U8x8 fonts (issue 771)
2019-01-20 16:08:15 +08:00
* Added alternative version for ERC12864 (issue 790)
* Added Waveshare SSD1607 200x200 support (issue 637)
* Added support for SSD1318 (issue 784)
2019-02-10 01:02:12 +08:00
* Partial display update with updateDisplayArea (issue 736)
2019-06-03 05:22:41 +08:00
* Several new decorative and fancy fonts from pentacom.jp (issue 801)
2019-06-30 22:32:33 +08:00
2019-06-30 v2.26.14 olikraus@gmail.com
2019-05-19 16:57:08 +08:00
* Support for Pimoroni 128x128 OLED SH1107 (issue 803)
* Support for Grove 128x128 OLED SH1107 (issue 877)
2019-06-30 22:32:33 +08:00
* Support for Winstar 256x128 ST75256 (ST75256_WO256X128, issue 891)
2019-06-03 05:22:41 +08:00
* Bugfix: Open Iconic 1x for U8x8 (issue 828)
2019-05-19 16:57:08 +08:00
* Added sendF command for direct communication with the display (issues 822, 878, 896)
* Support for CG160160 UC1611 (issue 884)
2019-06-03 05:22:41 +08:00
* Support for LM6063 128x64 ST7565 (issue 893)
* Added fonts from pentacom (issue 810)
2019-06-12 23:10:23 +08:00
* Support for ST7511 (issue 876)
2019-06-12 23:12:16 +08:00
* Support for SSD1316 132x32 (issue 919)
2019-06-20 15:24:44 +08:00
* Support for ST75320 (issue 921)
2019-06-30 22:32:33 +08:00
* Added JLX256160M for mirrored version of the JLX256160 display (issue 930)
2019-06-30 04:40:31 +08:00
* Unifont update to 12.1.02, added several plane 1 fonts (issue 931)
2019-06-30 22:32:33 +08:00
* bdfconv.exe: Windows exe created, bugfix with -d option (issue 833)
2020-01-28 02:47:13 +08:00
2020-01-27 v2.27.6 olikraus@gmail.com
2019-09-22 15:03:06 +08:00
* Support for IST7920 (issue 999). Note: IST7920 has nothing todo with ST7920
* Added screenshot/screencapture for full buffer mode (issue 1005)
2019-12-04 04:20:10 +08:00
See: https://github.com/olikraus/u8g2/wiki/u8g2reference#writebufferpbm
2019-11-21 04:28:43 +08:00
* Bugfix for draw 1x2 and 2x2 procedures for big 8x8 fonts (issue 1054)
2019-11-23 15:33:02 +08:00
* Added fast software SPI support for Arduino Nano Every (issue 987)
2019-12-04 04:20:10 +08:00
* Added "LoadFromSD" example to demonstrate reading XBM binary from SD card (issue #1059)
* Added png to XBM binary conversion tool (https://github.com/olikraus/u8g2/tree/master/tools/png2bin)
* Support for SSD1306 72x40 (issue 1047)
2020-01-19 18:36:21 +08:00
* Bugfix for print() and setFontDirection() (issue 963)
2020-01-22 03:27:50 +08:00
* Support for Visionox SSD1327 128x96 OLED (issue 1090)
* Support for Open-Smart ST7567 128x64 LCD (issue 1088)
2020-01-22 07:26:02 +08:00
* Added Lucida X11 fonts (issue 271)
* Added several fonts from dafont.com (issue 1093)
2020-01-28 02:47:13 +08:00
* Added 3-wire HW SPI (issue 1041)
2021-03-07 18:17:03 +08:00
2020-12-28 v2.28.10 olikraus@gmail.com
2020-12-28 16:46:24 +08:00
* Added Euro Symbol to _te fonts (issue 1321)
2020-10-28 22:45:15 +08:00
* Added support for ST7528 (issue 986)
2020-12-28 16:46:24 +08:00
* Added support for ST7571 (issue 1298)
2020-12-26 18:53:19 +08:00
* Added support for ST7586 YMC240160 (issue 1183)
2020-10-27 00:41:21 +08:00
* Added support for UC1617 JLX128128 (issue 1151)
2020-12-26 18:38:58 +08:00
* Added support for SH1106 Visionox 128X32 (issue 1250)
2020-10-27 00:41:21 +08:00
* Added support for Raystar SSD1305 (issue 1111)
* Added support for KS0713 controller (issue 1314)
2020-12-28 16:46:24 +08:00
* Added support for ST7567_HEM6432 (issue 1159)
2020-12-26 18:05:58 +08:00
* U8g2 16 Bit Mode enabled by default for ARM and ESP Systems (issue 1222)
2021-07-31 01:06:24 +08:00
2021-xx-xx v2.29.xx olikraus@gmail.com
2021-09-03 00:52:40 +08:00
* Update for getStrWidth/getUTF8Width: The new return value might be little bit larger (issue 1561)
* Added vertical mirror option U8G2_MIRROR_VERTICAL for u8g2 (mattnutsch@gmail.com, issue 1474).
2021-06-20 17:10:20 +08:00
* Added support for UC1638 based 196x96 display (issue 371)
2021-07-31 01:06:24 +08:00
* Added support for HD44102 and T7932 displays (issue 1492)
2021-09-03 00:52:40 +08:00
* Added support for SSD1320 (issue 1351)
2021-09-03 03:53:21 +08:00
* Added support for S1D15721 (issue 1473)
2020-10-27 00:41:21 +08:00