mirror of
https://github.com/olikraus/U8g2_Arduino.git
synced 2026-07-27 20:06:05 +00:00
2.34.13
This commit is contained in:
@@ -8,5 +8,5 @@ Description: https://github.com/olikraus/u8g2/wiki
|
||||
|
||||
Issue Tracker: https://github.com/olikraus/u8g2/issues
|
||||
|
||||
Download (2.34.12): https://github.com/olikraus/U8g2_Arduino/archive/master.zip
|
||||
Download (2.34.13): https://github.com/olikraus/U8g2_Arduino/archive/master.zip
|
||||
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
name=U8g2
|
||||
version=2.34.12
|
||||
version=2.34.13
|
||||
author=oliver <olikraus@gmail.com>
|
||||
maintainer=oliver <olikraus@gmail.com>
|
||||
sentence=Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1312, SSD1316, SSD1318, SSD1320, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1638, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75160, ST75256, ST75320, NT7534, ST7920, IST3020, IST3088, IST7920, LD7032, KS0108, KS0713, HD44102, T7932, SED1520, SBN1661, IL3820, MAX7219, GP1287, GP1247, GU800. Interfaces: I2C, SPI, Parallel.
|
||||
|
||||
@@ -327,7 +327,7 @@ static const u8x8_display_info_t u8x8_uc1638_240x128_display_info =
|
||||
/* tile_width = */ 30, /* width of 30*8=240 pixel */
|
||||
/* tile_hight = */ 16,
|
||||
/* default_x_offset = */ 0*16+0, /* lower nibble: x offset, upper nibble: y offset */
|
||||
/* flipmode_x_offset = */ 0*16+0, /* lower nibble: x offset, upper nibble: y offset */
|
||||
/* flipmode_x_offset = */ 8*16+0, /* lower nibble: x offset, upper nibble: y offset */
|
||||
/* pixel_width = */ 240,
|
||||
/* pixel_height = */ 128
|
||||
};
|
||||
@@ -344,7 +344,7 @@ static const uint8_t u8x8_d_uc1638_240x128_init_seq[] = {
|
||||
U8X8_C(0x0a2), /* line rate */
|
||||
//U8X8_C(0x02d), /* charge pump, issue 2075: not used */
|
||||
U8X8_C(0x0eb), /* set bias, issue 2075: 0x0eb*/
|
||||
U8X8_CA(0x081, 0xa0), /* set contrast, issue 2075 */
|
||||
U8X8_CA(0x081, 120), /* set contrast, issue 2075 */
|
||||
//U8X8_C(0x0d6), /* gray scale 2 */
|
||||
U8X8_C(0x095), /* set 1 bit per pixel, pattern 0*/
|
||||
//U8X8_C(0x086), /* COM scan, issue 2075: not used */
|
||||
|
||||
Reference in New Issue
Block a user