First step towards the iAudio M3 port: Make the 2bit vertically interleaved LCD drive...
[Rockbox.git] / firmware / drivers / lcd-remote-2bit-vi.c
blobd2440a62966146b8a103c6f3ee2c4bd65a359bbc
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
10 * Copyright (C) 2006 Jens Arnold
12 * Rockbox driver for 2bit vertically interleaved remote LCDs
14 * All files in this archive are subject to the GNU General Public License.
15 * See the file COPYING in the source tree root for full license agreement.
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
20 ****************************************************************************/
22 #include "lcd-remote.h"
24 /* Compile 2 bit vertical interleaved LCD driver for remote LCD */
25 #define LCDFN(fn) lcd_remote_ ## fn
26 #define FBFN(fn) fb_remote_ ## fn
27 #define LCDM(ma) LCD_REMOTE_ ## ma
29 #include "lcd-2bit-vi.c"