From bc16fa2e711874f4e628bd38fafb2a6239463318 Mon Sep 17 00:00:00 2001 From: kraus Date: Sat, 26 Jan 2019 22:21:24 +0100 Subject: [PATCH] 2.25.6 --- README.md | 2 +- library.properties | 2 +- src/clib/u8x8_d_ssd1318.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 484f7db8..50a56da6 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ Description: https://github.com/olikraus/u8g2/wiki Issue Tracker: https://github.com/olikraus/u8g2/issues -Download (2.25.5): https://github.com/olikraus/U8g2_Arduino/archive/master.zip +Download (2.25.6): https://github.com/olikraus/U8g2_Arduino/archive/master.zip diff --git a/library.properties b/library.properties index a69fa4c1..8e0d4001 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=U8g2 -version=2.25.5 +version=2.25.6 author=oliver maintainer=oliver sentence=Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1701, ST7565, ST7567, ST7588, ST75256, NT7534, IST3020, ST7920, LD7032, KS0108, SED1520, SBN1661, IL3820, MAX7219. Interfaces: I2C, SPI, Parallel. diff --git a/src/clib/u8x8_d_ssd1318.c b/src/clib/u8x8_d_ssd1318.c index 8dac76c0..decc7342 100644 --- a/src/clib/u8x8_d_ssd1318.c +++ b/src/clib/u8x8_d_ssd1318.c @@ -266,7 +266,7 @@ static const u8x8_display_info_t u8x8_ssd1318_128x96_display_info = /* i2c_bus_clock_100kHz = */ 4, /* data_setup_time_ns = */ 40, /* write_pulse_width_ns = */ 150, /* SSD1306: cycle time is 300ns, so use 300/2 = 150 */ - /* tile_width = */ 12, + /* tile_width = */ 16, /* tile_hight = */ 12, /* default_x_offset = */ 0, /* flipmode_x_offset = */ 0,