diff options
Diffstat (limited to 'uisimulator/win32/main.cpp')
-rw-r--r-- | uisimulator/win32/main.cpp | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/uisimulator/win32/main.cpp b/uisimulator/win32/main.cpp deleted file mode 100644 index 7c3c66f967..0000000000 --- a/uisimulator/win32/main.cpp +++ /dev/null @@ -1,29 +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_position (x, 12, FS); - lcd_string ("Hello World!"); - lcd_position (x, 32, FS); - lcd_string ("From the"); - lcd_position (x, 40, FS); - lcd_string (" Open Source "); - lcd_position (x, 48, FS); - lcd_string ("Jukebox Project"); - lcd_update (); - } - } - - return 0; -}
\ No newline at end of file |