Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to add support for the ssd1362 (ELW2106AA) screen #268

Closed
xcarcelle opened this issue Dec 30, 2019 · 2 comments · Fixed by #271
Closed

Trying to add support for the ssd1362 (ELW2106AA) screen #268

xcarcelle opened this issue Dec 30, 2019 · 2 comments · Fixed by #271

Comments

@xcarcelle
Copy link
Collaborator

Hi there,

thanks a lot for your great project and support. I have been adding a basic support for the ssd1362 oled screen (Futaba ELW2106AA) but the result is not great yet.

  • Hardware :
    The screen is connected to a Rpi3 with 3-wire SPI connexion (MOSI, CLK, DC, RST, CS), it is powered with 16V for the OLED power supply and 3V3 for the VCI (Logic Supply).
  • Software :
    The screen reacts to "luma.example" but only displaying a white line moving slowly from top to bottom.
~/dev/luma.examples $ python3 examples/demo.py --conf conf/ssd1362.conf 
Version: luma.oled 3.3.0 (luma.core 1.12.0)
Display: ssd1362
Interface: spi
Dimensions: 256 x 64
------------------------------------------------------------
Testing basic canvas graphics...
Testing contrast (dim/bright cycles)...   <-- screen starts to react
Testing display ON/OFF...
Testing clear display...
Testing screen updates...

The RPi3 is currently running raspiab-buster

uname -a
Linux pi 4.19.75-v7+ #1270 SMP Tue Sep 24 18:45:11 BST 2019 armv7l GNU/Linux

Below is a small video of the current rendering (I have tried with two different new screens and same results).

ELW2106AA_SSD1362_DEMO

Any hardware/software ideas can be tested on the current set-up to add a working support to the luma.oled project.

Thanks again for this great project.

@thijstriemstra
Copy link
Collaborator

thijstriemstra commented Jan 2, 2020

See pull request #267 and #271

@thijstriemstra
Copy link
Collaborator

#271 was merged and released (3.4.0), closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants