Skip to main content

Questions tagged [ssd1306]

The tag has no usage guidance.

0 votes
1 answer
128 views

STM32 I2C bus stuck

I'm trying to setup a mini OLED display I2C (SSD1306) with the STM32F411 (black pill). Sometimes it works, randomly. But always, after power off/on everything, it stops working and doesn't recover. If ...
Gos's user avatar
  • 589
1 vote
0 answers
48 views

SSD1306 display goes out-of-sync only if ATmega328 is reprogrammed

I have ATmega328 directly connected to the SSD1306 Display through I2C. Whenever I power up the ATmega, everything works great and the display works as expected. The problem occurs only when I upload ...
0x29a's user avatar
  • 481
0 votes
1 answer
181 views

SSD1306 128x32 OLED change I2C address

Hey all I've been looking for any information that would allow me to change the I2C address for the 0.91" OLED 128x32 module: So far I have only found mention of the I2c address change here but ...
StealthRT's user avatar
  • 797
1 vote
1 answer
117 views

SSD1306 horizontal mode not working

I'm trying to fill the screen of SSD1306 white. I'm using horizontal page addressing mode to not set page address manually using commands. According to SSD1306 datasheet, when the column address ...
Pavlo's user avatar
  • 13
0 votes
1 answer
83 views

OLED SSD1306 Lower and upper column addresses

I am currently working with an SSD1306 OLED display. I'm stack with understanding concept of the lower and upper column start addresses. I become interested in them cause I'm trying to find a way to ...
Pavlo's user avatar
  • 13