-
Notifications
You must be signed in to change notification settings - Fork 8.3k
drivers: display: features for ILI9341 driver #99267
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -59,7 +59,7 @@ | |
|
|
||
| enum madctl_cmd_set { | ||
| CMD_SET_1, /* Default for most of ILI9xxx display controllers */ | ||
| CMD_SET_2, /* Used by ILI9342c */ | ||
| CMD_SET_2, /* Used by ILI9342c & ILI9341 */ | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Have you verified that display orientation works with this change? Assuming that is why it was made
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Using
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe we should add the delay between the squares in the sample, seems useful.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we do that on this PR? or is better left it for another PR?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Out-of-scope for this one |
||
| }; | ||
|
|
||
| struct ili9xxx_quirks { | ||
|
|
||
This file was deleted.

Uh oh!
There was an error while loading. Please reload this page.