summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/fb/fb_st7558.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/fb/fb_st7558.c')
-rw-r--r--src/target/firmware/fb/fb_st7558.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/firmware/fb/fb_st7558.c b/src/target/firmware/fb/fb_st7558.c
index fdcd38fb..f09b12b7 100644
--- a/src/target/firmware/fb/fb_st7558.c
+++ b/src/target/firmware/fb/fb_st7558.c
@@ -118,6 +118,7 @@ static struct framebuffer fb_st7558_framebuffer = {
.clear = fb_bw8_clear,
.boxto = fb_bw8_boxto,
.lineto = fb_bw8_lineto,
+ .set_p = fb_bw8_set_p,
.putstr = fb_bw8_putstr,
.flush = fb_st7558_flush,
.width = ST7558_WIDTH,