From 64bde94ecf65b752a15250fb5ff05438502c4fde Mon Sep 17 00:00:00 2001 From: Felix Arends Date: Tue, 25 Jun 2002 21:01:08 +0000 Subject: Finally, again a working version of the win32 simulator. I re-wrote the makefile, it is much more compact now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1191 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/main.c | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 uisimulator/win32/main.c (limited to 'uisimulator/win32/main.c') diff --git a/uisimulator/win32/main.c b/uisimulator/win32/main.c deleted file mode 100644 index bf14efbaca..0000000000 --- a/uisimulator/win32/main.c +++ /dev/null @@ -1,25 +0,0 @@ -#include "uisw32.h" -#include "lcd-win32.h" - -#define FS 6 - -int main (void) -{ - int x; - lcd_init (); - - while (1) - { - for (x = 0; x < 10; x++) - { - lcd_clear_display (); - lcd_puts (x, 12, "Hello World!", FS); - lcd_puts (x, 32, "From the", FS); - lcd_puts (x, 40, " Open Source ", FS); - lcd_puts (x, 48, "Jukebox Project", FS); - lcd_update (); - } - } - - return 0; -} \ No newline at end of file -- cgit v1.2.3