Open main menu

Changes

How to enable OLED display

1,001 bytes added, 17:38, 19 November 2022
Created page with "{{GD Template Impl}} How to enable OLED display on Raspbian: Update your Pi and Install the required dependencies <pre> ‎<syntaxhighlight lang="Shell"> pi@raspberrypi ~ $..."
{{GD Template Impl}}
How to enable OLED display on Raspbian:

Update your Pi and Install the required dependencies

<pre>
‎<syntaxhighlight lang="Shell">
pi@raspberrypi ~ $ sudo apt-get update
pi@raspberrypi ~ $ sudo apt-get -y upgrade
pi@raspberrypi ~ $ sudo apt-get -y install i2c-tools python3-smbus python-smbus
pi@raspberrypi ~ $ sudo apt-get -y install python3-pip python3-pil
pi@raspberrypi ~ $ sudo apt-get -y install python3-pip python3-pil
pi@raspberrypi ~ $ sudo pip3 install --upgrade setuptools
pi@raspberrypi ~ $ sudo pip3 install --upgrade adafruit-python-shell
pi@raspberrypi ~ $ sudo pip3 install adafruit-circuitpython-ssd1306
pi@raspberrypi ~ $ sudo pip3 install pi-ina219
pi@raspberrypi ~ $ sudo pip3 show pi-ina219
</syntaxhighlight>

<!--Add review function! -->
<comments />

<!--Please choose the -->
<!--Remove other categories, just keep the appropriate categories -->

[[Category:Product Manual]]
[[Category:Raspberry pi]]
[[Category:Knowledge]]