Skip to content

Commit bdb69c4

Browse files
yishai1999kartben
authored andcommitted
drivers: display: ls0xx: add display_clear support
Add support for `display_clear` API to the Sharp display. Signed-off-by: Yishai Jaffe <[email protected]>
1 parent 1d4a0fe commit bdb69c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/display/ls0xx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ static DEVICE_API(display, ls0xx_driver_api) = {
282282
.blanking_on = ls0xx_blanking_on,
283283
.blanking_off = ls0xx_blanking_off,
284284
.write = ls0xx_write,
285+
.clear = ls0xx_clear,
285286
.get_capabilities = ls0xx_get_capabilities,
286287
.set_pixel_format = ls0xx_set_pixel_format,
287288
};

0 commit comments

Comments
 (0)