File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,17 @@ icon: displaysh1106
4
4
tags :
5
5
- " Element"
6
6
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.
8
8
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).
10
11
---
11
12
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.
14
15
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.
17
18
18
19
![ SH1106 display] ( /elements/display/sh1106.jpg )
19
20
You can’t perform that action at this time.
0 commit comments