-
Notifications
You must be signed in to change notification settings - Fork 7.6k
doc: drivers: display: add basic controller info #92409
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?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
technically non-blocking but would be really nice if you could spare the time to switch to using title:
:) Thanks for this!
description: | | ||
Frida Techshine Panel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you might as well move all of these to be the title:
, since you're here and cleaning this up nicely.
31d9e63
31d9e63
to
104dbe0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! A few inconsistencies spotted.
title: Solomon SSD1306 display controller on MPI_DBI or SPI bus | ||
|
||
description: | | ||
The Solomon SSD1306 is a monochrome OLED controller | ||
with a maximum 128x64 resolution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be referring to ssd1327
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copy-pasted from the wrong file, of course... BTW what happens if description is moved to titi,toto-common.yaml instead of copied between toto-i2c and toto-spi?
description: | | ||
ILI9488 320x480 display controller |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title
description: | | ||
SSD1322 display controller |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title
Add basic controller information (techno, resolution, color depth...) for display drivers. Signed-off-by: Eve Redero <eve.redero@gmail.com>
|
Add basic controller information (techno, resolution, color depth...) for display drivers.