You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
This PowerShell module is for working with [small I2C OLED displays](https://www.ebay.com/itm/2X-0-96-I2C-IIC-Serial-128X64-LED-OLED-LCD-Display-Module-for-Arduino-White/191785893008?epid=2001476960&hash=item2ca7547c90:g:WbwAAOSwAPVZLOx~) based on [SSD1306 driver chip](https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf).
4
+
5
+
## Hardware setup
6
+
7
+
There are many versions of small OLED displays; in this example we'll use a version based on I2C interface.
8
+
9
+
Wiring diagram with Raspberry Pi 3 is like this:
10
+
11
+
zzz
12
+
13
+
## Software setup
14
+
15
+
### Install PowerShell Core on Raspberry Pi
16
+
17
+
Installation instructions can be found [here](https://github.com/PowerShell/PowerShell/tree/master/docs/installation/linux.md#raspbian).
18
+
19
+
### Enable I2C interface on Raspberry Pi
20
+
21
+
1.`sudo raspi-config`
22
+
2.`5 Interfacing options`
23
+
3.`P5 I2C`
24
+
4.`Would you like ARM I2C interface to be enabled -> Yes`
0 commit comments