From b585e87b454917f0424541a34c0b41b1fe83f694 Mon Sep 17 00:00:00 2001 From: Dan Everton Date: Thu, 9 Feb 2006 21:49:28 +0000 Subject: Refactor SDL sim source so drawing routines are written once. Split bitmap, remote, and charcell LCD in to their own files. Add zoom support, use --zoom factor (e.g. --zoom 2 for two times zoom) to use it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8645 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/lcd-remote.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 uisimulator/sdl/lcd-remote.h (limited to 'uisimulator/sdl/lcd-remote.h') diff --git a/uisimulator/sdl/lcd-remote.h b/uisimulator/sdl/lcd-remote.h new file mode 100644 index 0000000000..aebe304fb9 --- /dev/null +++ b/uisimulator/sdl/lcd-remote.h @@ -0,0 +1,29 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2006 Dan Everton + * + * All files in this archive are subject to the GNU General Public License. + * See the file COPYING in the source tree root for full license agreement. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ + +#ifndef __LCDREMOTE_H__ +#define __LCDREMOTE_H__ + +#include "lcd.h" +#include "SDL.h" + +void sim_lcd_remote_init(void); + +#endif // #ifndef __LCDREMOTE_H__ + -- cgit v1.2.3