Skip to content

Commit 215b94d

Browse files
committed
Display SH1106 Element notes
1 parent b801513 commit 215b94d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

elements/display/sh1106.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ icon: displaysh1106
44
tags:
55
- "Element"
66
layout: "page.njk"
7-
description: Using OLED pixel based display with a SH1106 controller chip.
7+
description: Using 128*64 pixel OLED display with a SH1106 controller chip.
88
excerpt: >
9-
The DisplaySH1106 Element allows connecting a pixel based OLED display based on a SH1106 chip.
9+
The DisplaySH1106 Element allows connecting a pixel based OLED display based on a SH1106 chip. These displays
10+
come with 128*64 pixels in 1.3 inch (33.1 mm) size (measuring the diagonal of the active display area).
1011
---
1112

12-
This OLED displays offer a mono color (e.g. white on black) output with various resolutions and
13-
can be addressed using the [Wire / I2C](/dev/i2c.md) or the [SPI](/dev/spi.md) protocol.
13+
This OLED displays offer a mono color (e.g. white on black) output with various resolutions and can be addressed using
14+
the [Wire / I2C](/dev/i2c.md) or the [SPI](/dev/spi.md) protocol.
1415

15-
The chip supports a resolution up to 132 \* 64 pixels.
16-
Some available displays only use a portion of the maximum display size. Some displays emit white, blue or yellow color on a pixel cannot be changed.
16+
The chip supports a resolution up to 132 \* 64 pixels. Some available displays only use a portion of the maximum
17+
display size. Some displays emit white, blue or yellow color on a pixel cannot be changed.
1718

1819
![SH1106 display](/elements/display/sh1106.jpg)
1920

0 commit comments

Comments
 (0)