summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c29
1 files changed, 15 insertions, 14 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 2a8d2c0841..bd8ea2f9a6 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -133,32 +133,33 @@ static const struct plugin_api rockbox_api = {
133 splash, 133 splash,
134#ifdef HAVE_REMOTE_LCD 134#ifdef HAVE_REMOTE_LCD
135 /* remote lcd */ 135 /* remote lcd */
136 lcd_remote_set_contrast,
136 lcd_remote_clear_display, 137 lcd_remote_clear_display,
137 lcd_remote_puts, 138 lcd_remote_puts,
138 lcd_remote_puts_scroll, 139 lcd_remote_puts_scroll,
139 lcd_remote_stop_scroll, 140 lcd_remote_stop_scroll,
140 lcd_remote_set_contrast, 141 lcd_remote_roll,
142 lcd_remote_set_drawmode,
143 lcd_remote_get_drawmode,
144 lcd_remote_setfont,
145 lcd_remote_getstringsize,
146 lcd_remote_drawpixel,
147 lcd_remote_drawline,
148 lcd_remote_hline,
149 lcd_remote_vline,
150 lcd_remote_drawrect,
151 lcd_remote_fillrect,
152 lcd_remote_bitmap_part,
153 lcd_remote_bitmap,
141 lcd_remote_putsxy, 154 lcd_remote_putsxy,
142 lcd_remote_puts_style, 155 lcd_remote_puts_style,
143 lcd_remote_puts_scroll_style, 156 lcd_remote_puts_scroll_style,
144 lcd_remote_bitmap, 157 &lcd_remote_framebuffer[0][0],
145 lcd_remote_drawline,
146 lcd_remote_clearline,
147 lcd_remote_drawpixel,
148 lcd_remote_clearpixel,
149 lcd_remote_setfont,
150 font_get,
151 lcd_remote_clearrect,
152 lcd_remote_fillrect,
153 lcd_remote_drawrect,
154 lcd_remote_invertrect,
155 lcd_remote_getstringsize,
156 lcd_remote_update, 158 lcd_remote_update,
157 lcd_remote_update_rect, 159 lcd_remote_update_rect,
158 160
159 lcd_remote_backlight_on, 161 lcd_remote_backlight_on,
160 lcd_remote_backlight_off, 162 lcd_remote_backlight_off,
161 &lcd_remote_framebuffer[0][0],
162#endif 163#endif
163 /* button */ 164 /* button */
164 button_get, 165 button_get,