This commit is contained in:
kraus 2019-05-19 10:57:08 +02:00
parent e8b0ad0335
commit d73f4c77d9
2 changed files with 9 additions and 0 deletions

View File

@ -215,4 +215,11 @@ https://github.com/olikraus/u8g2 ChangeLog
* Added support for SSD1318 (issue 784)
* Partial display update with updateDisplayArea (issue 736)
* Several new decorative and fancy fonts (issue 801)
2019-xx-xx v2.26.x olikraus@gmail.com
* Support for Pimoroni 128x128 OLED SH1107 (issue 803)
* Support for Grove 128x128 OLED SH1107 (issue 877)
* Support for Winstar 256x128 ST75256 (issue 891)
* Bugfix: Open Iconic 1x for U8x8
* Added sendF command for direct communication with the display (issues 822, 878, 896)
* Support for CG160160 UC1611 (issue 884)

View File

@ -606,6 +606,8 @@ uint8_t u8x8_cad_st75256_i2c(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *a
}
/* cad i2c procedure for the ld7032 controller */
/* Issue https://github.com/olikraus/u8g2/issues/865 mentiones, that I2C does not work */
/* Workaround is to remove the while loop (or increase the value in the condition) */
uint8_t u8x8_cad_ld7032_i2c(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr)
{
static uint8_t in_transfer = 0;