Skip to content

Commit fc56305

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/display/display_st7567.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ static DEVICE_API(display, st7567_driver_api) = {
454454
.blanking_on = st7567_suspend,
455455
.blanking_off = st7567_resume,
456456
.write = st7567_write,
457+
.clear = st7567_clear,
457458
.set_contrast = st7567_set_contrast,
458459
.get_capabilities = st7567_get_capabilities,
459460
.set_pixel_format = st7567_set_pixel_format,

0 commit comments

Comments
 (0)