From 12f3ed1699d6bef25bed90ba95cbcc1a6bb4934a Mon Sep 17 00:00:00 2001 From: Moshe Piekarski Date: Tue, 6 Oct 2020 13:34:04 -0500 Subject: make the plugin API frambuffer agnostic Change-Id: I5abdc231093054c517ff53b9a456997e440e3f6e --- apps/plugins/lua/rocklib_img.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lua') diff --git a/apps/plugins/lua/rocklib_img.c b/apps/plugins/lua/rocklib_img.c index 1266d60310..da3ef4b52c 100644 --- a/apps/plugins/lua/rocklib_img.c +++ b/apps/plugins/lua/rocklib_img.c @@ -1379,7 +1379,7 @@ RB_WRAP(font_getstringsize) RB_WRAP(lcd_framebuffer) { - rli_wrap(L, rb->lcd_framebuffer, LCD_WIDTH, LCD_HEIGHT); + rli_wrap(L, *rb->lcd_framebuffer, LCD_WIDTH, LCD_HEIGHT); return 1; } -- cgit v1.2.3