ZP-0128: Difference between revisions

From 52Pi Wiki
Jump to navigation Jump to search
Line 27: Line 27:
==How to assemble==
==How to assemble==
==How to enable OLED Display==
==How to enable OLED Display==
1. Turn on `i2c function` by using `sudo raspi-config` -> `interface options` -> `i2c` -> `enable` -> `yes`.
2. Check if the screen has been recognized by Raspberry Pi
<pre>
i2cdetect -y 1
</pre>
if encount `command not found` error, please install `i2c-tools` by using `sudo apt update && sudo apt -y install i2c-tools`. <br>
3. Install dependencies libraries:
<pre>
sudo apt -y install python3 python3-pip python3-pil libjpeg-dev zlib1g-dev libfreetype6-dev liblcms2-dev libopenjp2-7 libtiff5
</pre>
4. Grant privilleges to user `pi`
<pre>
sudo usermod -a -G gpio,i2c pi
</pre>
5. Download sample code from this repo:
<pre>
git clone https://github.com/rm-hull/luma.examples.git
cd luma.examples/
</pre>
6. Install the dependencies
<pre>
sudo -H pip3 install -e .
</pre>
7. Entering into example folder and test it.
<pre>
cd examples/
python3 sys_info.py
</pre>
8. You should seen this screen on OLED


==How to enable fan light and mood light==
==How to enable fan light and mood light==

Revision as of 14:29, 15 June 2022

ABS Mini Tower Kit

Description

ABS Mini Tower Case is made of ABS material, with very high precision, and the 45-degree OLED screen display angle is more convenient to observe system information. The screen holder adopts a quick-release design, and the interior of the shell includes a design for arranging cables, which is convenient for arranging cables.

The interface adopts With a fool-proof design to avoid problems caused by wrong wiring, the installation is simpler and more convenient.

The screen driver board contains RGB three-color programmable LED ambient light, which can better render the light color according to your own needs.
The ice tower radiator included in the kit can not only provide good heat dissipation, but also increase the appearance.
A non-slip rubber strip is added at the bottom to prevent it from being more stable and firm on a smooth desktop.

Features

  • ABS Material and Acrylic
  • Colorful mood lights
  • Adjustable fan light
  • 0.96 inch OLED Display (I2C protocol)
  • OLED bracket adopts quick release design for easy installation and removal
  • Precise positioning of holes
  • Ice tower radiator strong heat dissipation
  • Inside the housing contains a cable management rack
  • Easy wiring and easy cable management

Gallery

Package Includes

  • 1 * ABS Mini Tower Kit

How to assemble

How to enable OLED Display

1. Turn on `i2c function` by using `sudo raspi-config` -> `interface options` -> `i2c` -> `enable` -> `yes`. 2. Check if the screen has been recognized by Raspberry Pi

i2cdetect -y 1 

if encount `command not found` error, please install `i2c-tools` by using `sudo apt update && sudo apt -y install i2c-tools`.
3. Install dependencies libraries:

sudo apt -y install python3 python3-pip python3-pil libjpeg-dev zlib1g-dev libfreetype6-dev liblcms2-dev libopenjp2-7 libtiff5

4. Grant privilleges to user `pi`

sudo usermod -a -G gpio,i2c pi

5. Download sample code from this repo:

git clone https://github.com/rm-hull/luma.examples.git
cd luma.examples/

6. Install the dependencies

sudo -H pip3 install -e .

7. Entering into example folder and test it.

cd examples/
python3 sys_info.py

8. You should seen this screen on OLED

How to enable fan light and mood light

FAQ

Keywords

  • Mini tower case, abs mini tower kit, Raspberry Pi 4B ABS case, abs case for Raspberry Pi