summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 80ef45a573..0975df4c79 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -144,9 +144,6 @@ typedef unsigned long fb_data;
144#endif 144#endif
145#define FB_DATA_SZ 4 145#define FB_DATA_SZ 4
146#endif /* LCD_DEPTH */ 146#endif /* LCD_DEPTH */
147
148#else /* LCD_CHARCELLS */
149typedef unsigned char fb_data;
150#endif 147#endif
151 148
152#if defined(HAVE_LCD_MODES) 149#if defined(HAVE_LCD_MODES)
@@ -226,43 +223,6 @@ extern void lcd_remote_update_rect(int x, int y, int width, int height);
226#endif /* HAVE_REMOTE_LCD */ 223#endif /* HAVE_REMOTE_LCD */
227#endif /* HAVE_LCD_BITMAP */ 224#endif /* HAVE_LCD_BITMAP */
228 225
229#ifdef HAVE_LCD_CHARCELLS
230
231/* Icon definitions for lcd_icon() */
232enum
233{
234 ICON_BATTERY = 0,
235 ICON_BATTERY_1,
236 ICON_BATTERY_2,
237 ICON_BATTERY_3,
238 ICON_USB,
239 ICON_PLAY,
240 ICON_RECORD,
241 ICON_PAUSE,
242 ICON_AUDIO,
243 ICON_REPEAT,
244 ICON_1,
245 ICON_VOLUME,
246 ICON_VOLUME_1,
247 ICON_VOLUME_2,
248 ICON_VOLUME_3,
249 ICON_VOLUME_4,
250 ICON_VOLUME_5,
251 ICON_PARAM
252};
253
254void lcd_icon(int icon, bool enable);
255void lcd_double_height(bool on);
256void lcd_define_pattern(unsigned long ucs, const char *pattern);
257unsigned long lcd_get_locked_pattern(void);
258void lcd_unlock_pattern(unsigned long ucs);
259void lcd_put_cursor(int x, int y, unsigned long cursor_ucs);
260void lcd_remove_cursor(void);
261#define JUMP_SCROLL_ALWAYS 5
262extern void lcd_jump_scroll(int mode); /* 0=off, 1=once, ..., ALWAYS */
263extern void lcd_jump_scroll_delay(int ms);
264#endif /* HAVE_LCD_CHARCELLS */
265
266/* Bitmap formats */ 226/* Bitmap formats */
267enum 227enum
268{ 228{