convert to unix line endings.
[Rockbox.git] / firmware / drivers / lcd-remote-1bit-v.c
blob5349fa0f91f0f715bb9d203d6b5b5145c3e41f5b
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
10 * Copyright (C) 2005 by Richard S. La Charité III
12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement.
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
18 ****************************************************************************/
20 #include "lcd-remote.h"
22 /* Compile 1 bit vertical packing LCD driver for remote LCD */
23 #define LCDFN(fn) lcd_remote_ ## fn
24 #define FBFN(fn) fb_remote_ ## fn
25 #define LCDM(ma) LCD_REMOTE_ ## ma
26 #define LCDNAME "lcd_remote_"
28 #include "lcd-1bit-vert.c"