Skip to content

drivers: display: ssd1306: fix reset #90457

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

Merged
merged 1 commit into from
May 27, 2025

Conversation

Oleh-Kravchenko
Copy link
Contributor

Fix for #90455.

The recommended reset sequence from the datasheet is as follows:

void SSD1309 ()
{
	RES=0;
	delay(1000);
	RES=1;
	delay(1000);
	..

The recommended reset sequence from the datasheet is as follows:

  void SSD1309 ()
  {
  	RES=0;
  	delay(1000);
  	RES=1;
  	delay(1000);
  	..

Signed-off-by: Oleh Kravchenko <oleg@kaa.org.ua>
@github-actions github-actions bot added area: Display size: XS A PR changing only a single line of code labels May 25, 2025
Copy link

@kartben kartben linked an issue May 25, 2025 that may be closed by this pull request
@Oleh-Kravchenko
Copy link
Contributor Author

@kartben could you please merge this pull request?

@JarmouniA
Copy link
Collaborator

@kartben could you please merge this pull request?

https://merge-list.zephyrproject.io/

@kartben kartben merged commit 8708964 into zephyrproject-rtos:main May 27, 2025
27 checks passed
@Oleh-Kravchenko Oleh-Kravchenko deleted the 90455 branch May 28, 2025 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Display size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ssd1306: Failed to initialize device when reset-gpios specified
3 participants