issue 501

This commit is contained in:
olikraus 2018-02-18 21:30:43 +01:00
parent 71fb12ba6e
commit dbbc28d0a9
3 changed files with 5 additions and 3 deletions

View File

@ -153,8 +153,10 @@ https://github.com/olikraus/u8g2 ChangeLog
* New SH1106 init sequence (SH1106_WINSTAR, issue 316)
* Support for SSD1322 NHD 128x64 (issue 412)
* Fixed profont17 (issue 438)
2018-xx-xx v2.21.xx olikraus@gmail.com
2018-02-18 v2.21.8 olikraus@gmail.com
* Support for SH1107 (issue 501)
* Support for HX1230 (issue 469)
* Bugfix for displays with display height not a multiple of 8 (issue 469)
* FontUsage demo for full buffer mode (issue 490)
* Added 1x2 (double height) draw procedures to U8x8 (issue 474)
With this feature a 128x32 display can replace a 16x2 Char LCD.

View File

@ -339,7 +339,7 @@ static const uint8_t u8x8_d_sh1107_128x128_init_seq[] = {
U8X8_CA(0x0a8, 0x7f), /* 0x03f multiplex ratio */
//U8X8_CA(0x0d3, 0x060), /* display offset (removed, not in datasheet ) */
U8X8_CA(0x0d5, 0x051), /* clock divide ratio (0x00=1) and oscillator frequency (0x8) */
U8X8_CA(0x0d5, 0x050), /* clock divide ratio (0x00=1) and oscillator frequency (0x8), changed to 0x051, issue 501 */
U8X8_CA(0x0d9, 0x022), /* [2] pre-charge period 0x022/f1*/
U8X8_CA(0x0db, 0x035), /* vcomh deselect level */

View File

@ -1,2 +1,2 @@
# without 'v' prefix
echo -n "2.21.7"
echo -n "2.21.8"