We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8608f09 commit ce9e9f0Copy full SHA for ce9e9f0
drivers/display/Kconfig.ssd1322
@@ -8,3 +8,17 @@ config SSD1322
8
select MIPI_DBI
9
help
10
Enable driver for SSD1322 display driver.
11
+
12
+if SSD1322
13
14
+config SSD1322_DEFAULT_GRAYSCALE
15
+ bool "SSD1322 default mode is grayscale"
16
+ help
17
+ Sets grayscale mode as default mode
18
19
+config SSD1322_CONV_BUFFER_LINES
20
+ int "Number of lines the conversion buffer can hold"
21
+ default 16
22
+ range 1 128
23
24
+endif # SSD1322
0 commit comments