Skip to content

SSD1306 driver no longer works for I2C displays #33606

Answered by jfischer-no
jeremyherbert asked this question in Q&A
Discussion options

You must be logged in to vote

There are display samples, samples/subsys/display, and different SSD1306 compatible shields, boards/shields/ssd1306. It would be more than appropriate to use these for reporting bugs, especially with an I2C display controller.

for compatible = "nordic,nrf-twim"; you need to add "zephyr,concat-buf-size " to your devicetree overlay:

&arduino_i2c {                                                                                
        status = "okay";                                                                      
        zephyr,concat-buf-size = <2048>;                                                      
                                                                               …

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@jeremyherbert
Comment options

@jfischer-no
Comment options

@jeremyherbert
Comment options

Answer selected by jeremyherbert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #33589 on March 23, 2021 11:10.