Skip to content

Commit ce9e9f0

Browse files
VynDragonhenrikbrixandersen
authored andcommitted
drivers: display: Add greyscale to SSD1322
This adds greyscale to SSD1322 Signed-off-by: Camille BAUD <[email protected]>
1 parent 8608f09 commit ce9e9f0

File tree

3 files changed

+195
-80
lines changed

3 files changed

+195
-80
lines changed

drivers/display/Kconfig.ssd1322

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,17 @@ config SSD1322
88
select MIPI_DBI
99
help
1010
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

Comments
 (0)