Control a SSD1351 RGB oled screen, with a FT232H Adafruit controller. SUCCESS
See original GitHub issueBoard : nvidia jetson tx2 (ARMv8) System : ubuntu 16.04 64bits Python 2.7 Linux kernel : 4.4.38
hello all, I’ll have some questions, 'cause I’d like to control a SSD1351 oled RGB screen(s) For that, I have a FT232H board, who creates SPI and GPIO capacities, from usb.
I installed luma package :
cd ~/luma/
sudo python setup.py install
sudo python
from luma.oled.device import ssd1351
ImportError: No module named luma.oled.device
?? Do you have an idea ? Thanks, Vincent PS : Merry christmas to you all !!!
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:10 (4 by maintainers)
Top Results From Across the Web
SSD1351 RGB OLED refreshing speed - Adafruit forums
Hi guys, I bought an Adafruit RGB OLED and I try to display temperature and pressure (coming from my BMP180). I successfully displayed...
Read more >Adafruit 1.27" and 1.5" Color OLED Breakout Board
This OLED uses the SSD1351 driver chip, which manages the display. You can talk to the driver chip using 4-wire write-only SPI (clock,...
Read more >Adafruit 2.8" and 3.2" Color TFT Touchscreen Breakout v2
These TFT displays are big (2.8" or 3.2" diagonal) bright (4 or 6 white-LED backlight) and colorful! 240x320 pixels with individual RGB pixel ......
Read more >master contrast current control of SSD 1351 - Adafruit forums
Hi there, I have purchased a OLED Breakout Board - 16-bit Color 1.5" w/microSD holder from Adafruit. My control board is using arduino...
Read more >CircuitPython Libraries on any Computer with FT232H
After all the FTDI devices are unplugged, plug in your FT232H ... was successfully replaced, open Device Manager from Control Panel or ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi. I finally had success !! Thanks a lot for help. Here is the mods for luma.oled use on ssd1351, with the FT232H controller :
Modify : luma/core/interface/serial.py : the SPI class :
save and close.
Now, on top on your python demo file, add this :
So, rename your device :
Now, just power your oled screen with 5v offered by the Adafruit FT232H small board (limited to 500Mah) My robot, Alfred, is happy : it has 2 beautiful color eyes…
For future reference, now there’s a WCH CH347 based board for 5$ and the FT232H still cost around 15$.
https://www.cnx-software.com/2022/09/01/5-ch347-board-is-a-usb-2-0-bridge-to-i2c-spi-uart-jtag-and-gpio/