1 /***************************************************************************
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
10 * Copyright (C) 2002 by Robert E. Hak <rhak@ramapo.edu>
12 * Windows Copyright (C) 2002 by Felix Arends
13 * X11 Copyright (C) 2002 by Daniel Stenberg <daniel@haxx.se>
15 * This program is free software; you can redistribute it and/or
16 * modify it under the terms of the GNU General Public License
17 * as published by the Free Software Foundation; either version 2
18 * of the License, or (at your option) any later version.
20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * KIND, either express or implied.
23 ****************************************************************************/
28 void lcd_set_flip(bool yesno
)
33 void lcd_set_invert_display(bool invert
)
38 int lcd_default_contrast(void)
47 #ifdef HAVE_REMOTE_LCD
48 void lcd_remote_set_contrast(int val
)
52 void lcd_remote_backlight_on(int val
)
56 void lcd_remote_backlight_off(int val
)
61 void lcd_remote_set_flip(bool yesno
)
66 void lcd_remote_set_invert_display(bool invert
)