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

drivers: rename st7735 to more generic st77xx #19825

Merged
merged 13 commits into from
Sep 6, 2023

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    d5a8ec9 View commit details
    Browse the repository at this point in the history
  2. drivers/st7735: remove buggy initialization, use reset defaults

    Instead of using a wrong intialization command sequence for power and frame control, default values after reset are used.
    gschorcht committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    12f441f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. drivers/lcd: support of controller variant parameter

    If the controller-specific driver supports multiple controller variants, the variant has to be specified in the configuration parameter set.
    gschorcht committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ef7234b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5a7101 View commit details
    Browse the repository at this point in the history
  3. drivers/st77xx: add st7735 compatibility headers

    If a board definition already used the ST7735 driver, `st7735*.h` header files and `ST7735_*` macros were used in the board definitions to define the default configuration parameter set. For backward compatibility these header files are kept and the `ST7735_*` macros are mapped to the `ST77XX_*` macros if they are defined.
    gschorcht committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    1c2cce7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f64890a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5b4ad4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5406793 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8c9770 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e99e9a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb1c972 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f28ab8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    020861b View commit details
    Browse the repository at this point in the history