-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d5a8ec9 - Browse repository at this point
Copy the full SHA d5a8ec9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 12f441f - Browse repository at this point
Copy the full SHA 12f441fView commit details
Commits on Sep 6, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for ef7234b - Browse repository at this point
Copy the full SHA ef7234bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a7101 - Browse repository at this point
Copy the full SHA b5a7101View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1c2cce7 - Browse repository at this point
Copy the full SHA 1c2cce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f64890a - Browse repository at this point
Copy the full SHA f64890aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b4ad4 - Browse repository at this point
Copy the full SHA b5b4ad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5406793 - Browse repository at this point
Copy the full SHA 5406793View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8c9770 - Browse repository at this point
Copy the full SHA f8c9770View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e99e9a - Browse repository at this point
Copy the full SHA 1e99e9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1c972 - Browse repository at this point
Copy the full SHA cb1c972View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f28ab8 - Browse repository at this point
Copy the full SHA 7f28ab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 020861b - Browse repository at this point
Copy the full SHA 020861bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.