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

SSD1306 i2c example #402

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 30, 2020

  1. Improve ssd1306 twi support

    - Make ssd1306_twi_hook handle the Co bit and not keep an unncessary
    index.
    - Correct SSD1306_VIRT_SET_LINE command not to expect a parameter.
    Homo-carbonis committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    52a8837 View commit details
    Browse the repository at this point in the history
  2. Add example for the ssd1306 I2C interface

    This sends the same commands and data as board_ssd1306 but using i2c
    instead of spi.
    Homo-carbonis committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    f89a8ef View commit details
    Browse the repository at this point in the history