BPI-P2 Zero Case Option - Thingiverse

Hello

I have made a case for this module. You can download it at: https://www.thingiverse.com/thing:3491226

20190314_12200920190314_12240920190314_14241520190314_14242620190316_044306

2 Likes

Hi shaddow501, Great work! And there are more things I want to know about your project. I saw you use i2c oled instead of SPI because there are four pins of your OLED. How did you get it work? I tried many image and kernels, even compiling by myself. It never works. I scanned tru #i2cdetect 1, nothing seems work.

Oh, and thank you so much for the design! love it!

Hello

You should use i2cdetect -y 0 (not 1).

BPI%20I2C-1%20BPI%20I2C-2%20

I use:

OrangePi 2 SSD1306 / SH1106 OLED Driver - https://github.com/codelectron/ssd1306

Maaaan i knew it! thank you so much for your help!