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

lvgl: Add i2c interface driver #3088

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 29, 2023

  1. lvgl: Add i2c interface driver

    Driver for display that have I2C interface (SDD1306)
    
    Signed-off-by: Jerzy Kasenberg <[email protected]>
    kasjer committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    2f2f4b0 View commit details
    Browse the repository at this point in the history
  2. lvgl: Add driver for SSD1306

    This adds driver for SSD1306 display controller.
    
    Signed-off-by: Jerzy Kasenberg <[email protected]>
    kasjer committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    348d9a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. lvgl/ssd1306: Add support for page addressing

    Only horizontal addressing mode was supported.
    There are many variants that only work with page
    addressing mode.
    
    Now addressing mode can be changed to page (which
    is less efficient from I2C point of view).
    
    Signed-off-by: Jerzy Kasenberg <[email protected]>
    kasjer committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    95deb08 View commit details
    Browse the repository at this point in the history